OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
103 stars 30 forks source link

v0.2.2 not in public maven repositories #25

Closed lfischer closed 2 years ago

lfischer commented 3 years ago

The last publicly accessible version is v0.2.1. https://mvnrepository.com/artifact/org.openapitools/jackson-databind-nullable

wing328 commented 3 years ago

I'll give it another try this weekend to get it published.

horvathandris commented 3 years ago

@wing328 any luck with publishing? still only v0.2.1 available. thanks

rvowles commented 3 years ago

Add this to your pom so it auto-stages through Sonatype's nexus:

<plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>nexus-staging-maven-plugin</artifactId>
            <version>1.6.7</version>
            <executions>
              <execution>
                <id>deploy</id>
                <goals>
                  <goal>deploy</goal>
                </goals>
                <phase>deploy</phase>
              </execution>
            </executions>
            <configuration>
              <serverId>sonatype-staging</serverId>
              <nexusUrl>https://oss.sonatype.org/</nexusUrl>
              <autoReleaseAfterClose>true</autoReleaseAfterClose>
            </configuration>
          </plugin>
ta7tou7 commented 3 years ago

any updates ?

rogierpijpers commented 3 years ago

A month later, any updates?

maciejtoporowicz commented 2 years ago

Bump - any updates?

wing328 commented 2 years ago

Released. Sorry for the delay: https://repo1.maven.org/maven2/org/openapitools/jackson-databind-nullable/0.2.2/jackson-databind-nullable-0.2.2.jar