Skip to content

Commit f7d3ee8

Browse files
committed
[maven-release-plugin] prepare release release-0.4.17
1 parent 10ca1ca commit f7d3ee8

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

config-examples/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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

64
<parent>
75
<groupId>io.scalecube</groupId>
86
<artifactId>scalecube-config-parent</artifactId>
9-
<version>0.4.17-SNAPSHOT</version>
7+
<version>0.4.17</version>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>
1210

config-vault/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-config-parent</artifactId>
10-
<version>0.4.17-SNAPSHOT</version>
8+
<version>0.4.17</version>
119
</parent>
1210

1311
<artifactId>scalecube-config-vault</artifactId>

config/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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

64
<parent>
75
<groupId>io.scalecube</groupId>
86
<artifactId>scalecube-config-parent</artifactId>
9-
<version>0.4.17-SNAPSHOT</version>
7+
<version>0.4.17</version>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>
1210

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>scalecube-config-parent</artifactId>
12-
<version>0.4.17-SNAPSHOT</version>
12+
<version>0.4.17</version>
1313
<packaging>pom</packaging>
1414

1515
<description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/scalecube/scalecube-config.git</connection>
3535
<developerConnection>scm:git:https://github.com/scalecube/scalecube-config.git
3636
</developerConnection>
37-
<tag>HEAD</tag>
37+
<tag>release-0.4.17</tag>
3838
</scm>
3939

4040
<properties>

0 commit comments

Comments
 (0)