Skip to content

Commit cac0915

Browse files
committed
[maven-release-plugin] prepare release jpaseto-0.1.0
1 parent b502ea1 commit cac0915

File tree

9 files changed

+25
-38
lines changed

9 files changed

+25
-38
lines changed

api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
</parent>
2725

2826
<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.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626

2727
<artifactId>jpaseto-coverage</artifactId>

extensions/crypto/bouncy-castle/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
<relativePath>../../../pom.xml</relativePath>
2725
</parent>
2826

extensions/crypto/sodium/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
<relativePath>../../../pom.xml</relativePath>
2725
</parent>
2826

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.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
<relativePath>../../../pom.xml</relativePath>
2626
</parent>
2727

extensions/json/jackson/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
<relativePath>../../../pom.xml</relativePath>
2725
</parent>
2826

impl/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,18 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
</parent>
2725

2826
<artifactId>jpaseto-impl</artifactId>
2927
<name>JPaseto :: Impl</name>
30-
<description></description>
28+
<description />
3129

3230
<dependencies>
3331

integration-tests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>dev.paseto</groupId>
2422
<artifactId>jpaseto-root</artifactId>
25-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2624
</parent>
2725

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

pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
@@ -27,7 +25,7 @@
2725

2826
<groupId>dev.paseto</groupId>
2927
<artifactId>jpaseto-root</artifactId>
30-
<version>0.1.0-SNAPSHOT</version>
28+
<version>0.1.0</version>
3129
<packaging>pom</packaging>
3230
<name>JPaseto</name>
3331

@@ -49,7 +47,8 @@
4947
<connection>scm:git:git://github.com/okta/${github.slug}.git</connection>
5048
<developerConnection>scm:git:ssh://github.com:${github.slug}.git</developerConnection>
5149
<url>http://github.com/${github.slug}</url>
52-
</scm>
50+
<tag>jpaseto-0.1.0</tag>
51+
</scm>
5352

5453
<properties>
5554
<maven.compiler.source>1.8</maven.compiler.source>
@@ -80,33 +79,33 @@
8079
<dependency>
8180
<groupId>dev.paseto</groupId>
8281
<artifactId>jpaseto-api</artifactId>
83-
<version>0.1.0-SNAPSHOT</version>
82+
<version>0.1.0</version>
8483
</dependency>
8584
<dependency>
8685
<groupId>dev.paseto</groupId>
8786
<artifactId>jpaseto-impl</artifactId>
88-
<version>0.1.0-SNAPSHOT</version>
87+
<version>0.1.0</version>
8988
</dependency>
9089
<dependency>
9190
<groupId>dev.paseto</groupId>
9291
<artifactId>jpaseto-jackson</artifactId>
93-
<version>0.1.0-SNAPSHOT</version>
92+
<version>0.1.0</version>
9493
</dependency>
9594
<dependency>
9695
<groupId>dev.paseto</groupId>
9796
<artifactId>jpaseto-sodium</artifactId>
98-
<version>0.1.0-SNAPSHOT</version>
97+
<version>0.1.0</version>
9998
</dependency>
10099
<dependency>
101100
<groupId>dev.paseto</groupId>
102101
<artifactId>jpaseto-bouncy-castle</artifactId>
103-
<version>0.1.0-SNAPSHOT</version>
102+
<version>0.1.0</version>
104103
</dependency>
105104
<dependency>
106105
<groupId>dev.paseto</groupId>
107106
<artifactId>jpaseto-its-sodium-jackson</artifactId>
108107
<scope>test</scope>
109-
<version>0.1.0-SNAPSHOT</version>
108+
<version>0.1.0</version>
110109
</dependency>
111110

112111
<dependency>

0 commit comments

Comments
 (0)