Skip to content

Commit 0c53c79

Browse files
committed
[maven-release-plugin] prepare release jpaseto-0.5.0
1 parent d028cd6 commit 0c53c79

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-api</artifactId>

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
24+
<version>0.5.0</version>
2525
</parent>
2626

2727
<artifactId>jpaseto-coverage</artifactId>

extensions/crypto/bouncy-castle/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/crypto/hkdf/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/crypto/sodium/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

extensions/json/gson/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
24+
<version>0.5.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

extensions/json/jackson/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

impl/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-impl</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-SNAPSHOT</version>
23+
<version>0.5.0</version>
2424
</parent>
2525

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

pom.xml

Lines changed: 9 additions & 9 deletions
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.0-SNAPSHOT</version>
28+
<version>0.5.0</version>
2929
<packaging>pom</packaging>
3030
<name>JPaseto</name>
3131

@@ -47,7 +47,7 @@
4747
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
4848
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
4949
<url>http://github.com/${github.slug}</url>
50-
<tag>jpaseto-0.3.0</tag>
50+
<tag>jpaseto-0.5.0</tag>
5151
</scm>
5252

5353
<properties>
@@ -80,38 +80,38 @@
8080
<dependency>
8181
<groupId>dev.paseto</groupId>
8282
<artifactId>jpaseto-api</artifactId>
83-
<version>0.5.0-SNAPSHOT</version>
83+
<version>0.5.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>dev.paseto</groupId>
8787
<artifactId>jpaseto-impl</artifactId>
88-
<version>0.5.0-SNAPSHOT</version>
88+
<version>0.5.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>dev.paseto</groupId>
9292
<artifactId>jpaseto-jackson</artifactId>
93-
<version>0.5.0-SNAPSHOT</version>
93+
<version>0.5.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>dev.paseto</groupId>
9797
<artifactId>jpaseto-sodium</artifactId>
98-
<version>0.5.0-SNAPSHOT</version>
98+
<version>0.5.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>dev.paseto</groupId>
102102
<artifactId>jpaseto-bouncy-castle</artifactId>
103-
<version>0.5.0-SNAPSHOT</version>
103+
<version>0.5.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>dev.paseto</groupId>
107107
<artifactId>jpaseto-hkdf</artifactId>
108-
<version>0.5.0-SNAPSHOT</version>
108+
<version>0.5.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>dev.paseto</groupId>
112112
<artifactId>jpaseto-its-sodium-jackson</artifactId>
113113
<scope>test</scope>
114-
<version>0.5.0-SNAPSHOT</version>
114+
<version>0.5.0</version>
115115
</dependency>
116116

117117
<dependency>

0 commit comments

Comments
 (0)