Skip to content

Commit ee8d4a1

Browse files
committed
[maven-release-plugin] prepare release release-1.1.8
1 parent d0d8b63 commit ee8d4a1

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

jwt/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.1.8-SNAPSHOT</version>
8+
<version>1.1.8</version>
119
</parent>
1210

1311
<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.1.8-SNAPSHOT</version>
12+
<version>1.1.8</version>
1513
<packaging>pom</packaging>
1614
<name>${project.artifactId}</name>
1715

@@ -31,7 +29,7 @@
3129
<connection>scm:git:https://github.com/scalecube/scalecube-security.git</connection>
3230
<developerConnection>scm:git:https://github.com/scalecube/scalecube-security.git
3331
</developerConnection>
34-
<tag>HEAD</tag>
32+
<tag>release-1.1.8</tag>
3533
</scm>
3634

3735
<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.8-SNAPSHOT</version>
8+
<version>1.1.8</version>
99
</parent>
1010

1111
<artifactId>scalecube-security-tests</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.8-SNAPSHOT</version>
8+
<version>1.1.8</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)