Skip to content

Commit c99d0bb

Browse files
committed
[maven-release-plugin] prepare release release-1.0.12
1 parent b38f03d commit c99d0bb

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

jwt/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.scalecube</groupId>
86
<artifactId>scalecube-security-parent</artifactId>
9-
<version>1.0.12-SNAPSHOT</version>
7+
<version>1.0.12</version>
108
</parent>
119

1210
<artifactId>scalecube-security-jwt</artifactId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
@@ -11,7 +9,7 @@
119
</parent>
1210

1311
<artifactId>scalecube-security-parent</artifactId>
14-
<version>1.0.12-SNAPSHOT</version>
12+
<version>1.0.12</version>
1513
<packaging>pom</packaging>
1614
<name>ScaleCube Security</name>
1715

@@ -39,7 +37,7 @@
3937
<connection>scm:git:https://github.com/scalecube/scalecube-security.git</connection>
4038
<developerConnection>scm:git:https://github.com/scalecube/scalecube-security.git
4139
</developerConnection>
42-
<tag>HEAD</tag>
40+
<tag>release-1.0.12</tag>
4341
</scm>
4442

4543
<modules>

tokens/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.scalecube</groupId>
97
<artifactId>scalecube-security-parent</artifactId>
10-
<version>1.0.12-SNAPSHOT</version>
8+
<version>1.0.12</version>
119
</parent>
1210

1311
<artifactId>scalecube-security-tokens</artifactId>

0 commit comments

Comments
 (0)