Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Update version to 1.0.6-SNAPSHOT and fix build for new sonatype
  • Loading branch information
sappenin committed Jul 10, 2024
1 parent 2efc064 commit 1972f00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion crypto-conditions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>

<artifactId>crypto-conditions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson-datatype-cryptoconditions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
24 changes: 6 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.ripple.cryptoconditions</groupId>
<artifactId>crypto-conditions-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>

<name>Ripple Crypto Conditions Parent</name>
<description>Parent project for Java Crypto Conditions modules.</description>
Expand Down Expand Up @@ -342,6 +342,7 @@
<exclude>.*\/generated.*sources\/.*</exclude>
</excludes>
<source>8</source>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -445,14 +446,12 @@
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh-ripple</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -513,15 +512,4 @@
</plugins>
</reporting>

<distributionManagement>
<snapshotRepository>
<id>ossrh-ripple</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh-ripple</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 1972f00

Please sign in to comment.