Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jpaseto-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Feb 2, 2021
1 parent 727b685 commit e63d444
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>jpaseto-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>jpaseto-coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/crypto/bouncy-castle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/crypto/hkdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/crypto/sodium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/json/gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions/json/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fips-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>jpaseto-its-fips</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>jpaseto-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</parent>

<artifactId>jpaseto-its-sodium-jackson</artifactId>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>dev.paseto</groupId>
<artifactId>jpaseto-root</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>pom</packaging>
<name>JPaseto</name>

Expand All @@ -51,7 +51,7 @@
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
<url>http://github.com/${github.slug}</url>
<tag>jpaseto-0.5.0</tag>
<tag>jpaseto-0.6.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -85,44 +85,44 @@
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-api</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-impl</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-jackson</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-sodium</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-bouncy-castle</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-hkdf</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-its-sodium-jackson</artifactId>
<scope>test</scope>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-its-fips</artifactId>
<scope>test</scope>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e63d444

Please sign in to comment.