Skip to content

Commit 77049c0

Browse files
committed
[maven-release-plugin] prepare release jpaseto-0.3.0
1 parent 4822e2d commit 77049c0

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
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.2.1-SNAPSHOT</version>
23+
<version>0.3.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.2.1-SNAPSHOT</version>
24+
<version>0.3.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.2.1-SNAPSHOT</version>
23+
<version>0.3.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.2.1-SNAPSHOT</version>
23+
<version>0.3.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.2.1-SNAPSHOT</version>
24+
<version>0.3.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.2.1-SNAPSHOT</version>
23+
<version>0.3.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

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.2.1-SNAPSHOT</version>
23+
<version>0.3.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.2.1-SNAPSHOT</version>
23+
<version>0.3.0</version>
2424
</parent>
2525

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

pom.xml

+8-8
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.2.1-SNAPSHOT</version>
28+
<version>0.3.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>HEAD</tag>
50+
<tag>jpaseto-0.3.0</tag>
5151
</scm>
5252

5353
<properties>
@@ -79,33 +79,33 @@
7979
<dependency>
8080
<groupId>dev.paseto</groupId>
8181
<artifactId>jpaseto-api</artifactId>
82-
<version>0.2.1-SNAPSHOT</version>
82+
<version>0.3.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>dev.paseto</groupId>
8686
<artifactId>jpaseto-impl</artifactId>
87-
<version>0.2.1-SNAPSHOT</version>
87+
<version>0.3.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>dev.paseto</groupId>
9191
<artifactId>jpaseto-jackson</artifactId>
92-
<version>0.2.1-SNAPSHOT</version>
92+
<version>0.3.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>dev.paseto</groupId>
9696
<artifactId>jpaseto-sodium</artifactId>
97-
<version>0.2.1-SNAPSHOT</version>
97+
<version>0.3.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>dev.paseto</groupId>
101101
<artifactId>jpaseto-bouncy-castle</artifactId>
102-
<version>0.2.1-SNAPSHOT</version>
102+
<version>0.3.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>dev.paseto</groupId>
106106
<artifactId>jpaseto-its-sodium-jackson</artifactId>
107107
<scope>test</scope>
108-
<version>0.2.1-SNAPSHOT</version>
108+
<version>0.3.0</version>
109109
</dependency>
110110

111111
<dependency>

0 commit comments

Comments
 (0)