Skip to content

Commit c120514

Browse files
committed
[maven-release-plugin] prepare release release-1.1.2
1 parent 53439b9 commit c120514

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

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.1.2-SNAPSHOT</version>
12+
<version>1.1.2</version>
1513
<packaging>pom</packaging>
1614

1715
<repositories>
@@ -30,7 +28,7 @@
3028
<connection>scm:git:https://github.com/scalecube/scalecube-security.git</connection>
3129
<developerConnection>scm:git:https://github.com/scalecube/scalecube-security.git
3230
</developerConnection>
33-
<tag>HEAD</tag>
31+
<tag>release-1.1.2</tag>
3432
</scm>
3533

3634
<modules>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-security-parent</artifactId>
8-
<version>1.1.2-SNAPSHOT</version>
8+
<version>1.1.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-security-tests</artifactId>

tokens/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-security-parent</artifactId>
8-
<version>1.1.2-SNAPSHOT</version>
8+
<version>1.1.2</version>
99
</parent>
1010

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

vault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.scalecube</groupId>
77
<artifactId>scalecube-security-parent</artifactId>
8-
<version>1.1.2-SNAPSHOT</version>
8+
<version>1.1.2</version>
99
</parent>
1010

1111
<artifactId>scalecube-security-vault</artifactId>

0 commit comments

Comments
 (0)