Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Apr 17, 2024
1 parent 8db90a8 commit 14c19ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add it to your maven pom.xml:
<dependency>
<groupId>com.grack</groupId>
<artifactId>nanojson</artifactId>
<version>1.7</version>
<version>1.9</version>
</dependency>

... or to your gradle file:
Expand Down Expand Up @@ -152,6 +152,6 @@ These helper types also provide a builder that can be used in the same way as a
## Release steps

* Ensure that `~/.m2/settings.xml` is correctly configured with username/password for `sonatype-nexus-staging`
* Ensure the correct version in the pom.xml
* `mvn -Prelease clean package deploy`
* Update README.md
* Update the version in the `pom.xml` from `-SNAPSHOT` to
* `GPG_TTY=$(tty) mvn -Prelease clean deploy`
* Update README.md with new release version and `pom.xml` with new `-SNAPSHOT` version
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>nanojson</artifactId>
<packaging>jar</packaging>
<name>nanojson</name>
<version>1.8-SNAPSHOT</version>
<version>1.10-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 14c19ad

Please sign in to comment.