Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jpaseto-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Mar 28, 2020
1 parent a380230 commit 513e85a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

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.4.0-SNAPSHOT</version>
<version>0.4.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.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>jpaseto-its-sodium-jackson</artifactId>
Expand Down
16 changes: 8 additions & 8 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.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>
<name>JPaseto</name>

Expand All @@ -47,7 +47,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.3.0</tag>
<tag>jpaseto-0.4.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -79,33 +79,33 @@
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-api</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-impl</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-jackson</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-sodium</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-bouncy-castle</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>dev.paseto</groupId>
<artifactId>jpaseto-its-sodium-jackson</artifactId>
<scope>test</scope>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 513e85a

Please sign in to comment.