Giter Club home page Giter Club logo

Comments (7)

wing328 avatar wing328 commented on August 25, 2024 2

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

from jackson-databind-nullable.

ta7tou7 avatar ta7tou7 commented on August 25, 2024 1

any updates ?

from jackson-databind-nullable.

wing328 avatar wing328 commented on August 25, 2024

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

from jackson-databind-nullable.

horvathandris avatar horvathandris commented on August 25, 2024

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

from jackson-databind-nullable.

rvowles avatar rvowles commented on August 25, 2024

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>

from jackson-databind-nullable.

rogierpijpers avatar rogierpijpers commented on August 25, 2024

A month later, any updates?

from jackson-databind-nullable.

maciejtoporowicz avatar maciejtoporowicz commented on August 25, 2024

Bump - any updates?

from jackson-databind-nullable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.