Skip to content

Commit da08d36

Browse files
committed
[maven-release-plugin] prepare release jpaseto-0.7.0
1 parent 27531fe commit da08d36

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

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.7.0-SNAPSHOT</version>
23+
<version>0.7.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.7.0-SNAPSHOT</version>
24+
<version>0.7.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.7.0-SNAPSHOT</version>
23+
<version>0.7.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.7.0-SNAPSHOT</version>
23+
<version>0.7.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.7.0-SNAPSHOT</version>
23+
<version>0.7.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.7.0-SNAPSHOT</version>
24+
<version>0.7.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.7.0-SNAPSHOT</version>
23+
<version>0.7.0</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626

fips-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.7.0-SNAPSHOT</version>
23+
<version>0.7.0</version>
2424
</parent>
2525

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

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.7.0-SNAPSHOT</version>
23+
<version>0.7.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.7.0-SNAPSHOT</version>
23+
<version>0.7.0</version>
2424
</parent>
2525

2626
<artifactId>jpaseto-its</artifactId>

0 commit comments

Comments
 (0)