Skip to content

Commit e63d444

Browse files
committed
[maven-release-plugin] prepare release jpaseto-0.6.0
1 parent 727b685 commit e63d444

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-api</artifactId>

coverage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>dev.paseto</groupId>
2323
<artifactId>jpaseto-root</artifactId>
24-
<version>0.5.1-SNAPSHOT</version>
24+
<version>0.6.0</version>
2525
</parent>
2626

2727
<artifactId>jpaseto-coverage</artifactId>

extensions/crypto/bouncy-castle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/crypto/hkdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/crypto/sodium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/json/gson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>dev.paseto</groupId>
2323
<artifactId>jpaseto-root</artifactId>
24-
<version>0.5.1-SNAPSHOT</version>
24+
<version>0.6.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

extensions/json/jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

fips-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-its-fips</artifactId>

impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-impl</artifactId>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>dev.paseto</groupId>
2222
<artifactId>jpaseto-root</artifactId>
23-
<version>0.5.1-SNAPSHOT</version>
23+
<version>0.6.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-its-sodium-jackson</artifactId>

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>dev.paseto</groupId>
2727
<artifactId>jpaseto-root</artifactId>
28-
<version>0.5.1-SNAPSHOT</version>
28+
<version>0.6.0</version>
2929
<packaging>pom</packaging>
3030
<name>JPaseto</name>
3131

@@ -51,7 +51,7 @@
5151
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
5252
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
5353
<url>http://github.com/${github.slug}</url>
54-
<tag>jpaseto-0.5.0</tag>
54+
<tag>jpaseto-0.6.0</tag>
5555
</scm>
5656

5757
<properties>
@@ -85,44 +85,44 @@
8585
<dependency>
8686
<groupId>dev.paseto</groupId>
8787
<artifactId>jpaseto-api</artifactId>
88-
<version>0.5.1-SNAPSHOT</version>
88+
<version>0.6.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>dev.paseto</groupId>
9292
<artifactId>jpaseto-impl</artifactId>
93-
<version>0.5.1-SNAPSHOT</version>
93+
<version>0.6.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>dev.paseto</groupId>
9797
<artifactId>jpaseto-jackson</artifactId>
98-
<version>0.5.1-SNAPSHOT</version>
98+
<version>0.6.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>dev.paseto</groupId>
102102
<artifactId>jpaseto-sodium</artifactId>
103-
<version>0.5.1-SNAPSHOT</version>
103+
<version>0.6.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>dev.paseto</groupId>
107107
<artifactId>jpaseto-bouncy-castle</artifactId>
108-
<version>0.5.1-SNAPSHOT</version>
108+
<version>0.6.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>dev.paseto</groupId>
112112
<artifactId>jpaseto-hkdf</artifactId>
113-
<version>0.5.1-SNAPSHOT</version>
113+
<version>0.6.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>dev.paseto</groupId>
117117
<artifactId>jpaseto-its-sodium-jackson</artifactId>
118118
<scope>test</scope>
119-
<version>0.5.1-SNAPSHOT</version>
119+
<version>0.6.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>dev.paseto</groupId>
123123
<artifactId>jpaseto-its-fips</artifactId>
124124
<scope>test</scope>
125-
<version>0.5.1-SNAPSHOT</version>
125+
<version>0.6.0</version>
126126
</dependency>
127127

128128
<dependency>

0 commit comments

Comments
 (0)