Skip to content

Commit 4b30fe7

Browse files
committed
[maven-release-plugin] prepare release release-0.1.4
1 parent 0cd9ff6 commit 4b30fe7

File tree

7 files changed

+10
-14
lines changed

7 files changed

+10
-14
lines changed

metrics-aeron/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-metrics-parent</artifactId>
10-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
119
</parent>
1210

1311
<artifactId>scalecube-metrics-aeron</artifactId>

metrics-benchmarks/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-metrics-parent</artifactId>
8-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<artifactId>scalecube-metrics-benchmarks</artifactId>

metrics-examples/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-metrics-parent</artifactId>
8-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<artifactId>scalecube-metrics-examples</artifactId>

metrics-mimir/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-metrics-parent</artifactId>
8-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<artifactId>scalecube-metrics-mimir</artifactId>

metrics-prometheus/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-metrics-parent</artifactId>
8-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<artifactId>scalecube-metrics-prometheus</artifactId>

metrics/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-metrics-parent</artifactId>
8-
<version>0.1.4-SNAPSHOT</version>
8+
<version>0.1.4</version>
99
</parent>
1010

1111
<artifactId>scalecube-metrics</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/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>
@@ -11,7 +9,7 @@
119
</parent>
1210

1311
<artifactId>scalecube-metrics-parent</artifactId>
14-
<version>0.1.4-SNAPSHOT</version>
12+
<version>0.1.4</version>
1513
<packaging>pom</packaging>
1614
<name>${project.artifactId}</name>
1715

@@ -55,7 +53,7 @@
5553
<connection>scm:git:https://github.com/scalecube/scalecube-metrics.git</connection>
5654
<developerConnection>scm:git:https://github.com/scalecube/scalecube-metrics.git
5755
</developerConnection>
58-
<tag>HEAD</tag>
56+
<tag>release-0.1.4</tag>
5957
</scm>
6058

6159
<properties>

0 commit comments

Comments
 (0)