Skip to content

Commit 90f3749

Browse files
committed
[maven-release-plugin] prepare release release-0.1.1
1 parent 961a5f6 commit 90f3749

File tree

7 files changed

+17
-33
lines changed

7 files changed

+17
-33
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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

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

metrics-benchmarks/pom.xml

Lines changed: 4 additions & 8 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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

1311
<artifactId>scalecube-metrics-benchmarks</artifactId>
@@ -73,15 +71,13 @@
7371
<configuration>
7472
<finalName>benchmarks</finalName>
7573
<transformers>
76-
<transformer
77-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
74+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
7875
<mainClass>org.openjdk.jmh.Main</mainClass>
7976
<manifestEntries>
8077
<Multi-Release>true</Multi-Release>
8178
</manifestEntries>
8279
</transformer>
83-
<transformer
84-
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
80+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
8581
</transformers>
8682
<filters>
8783
<filter>

metrics-examples/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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

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

metrics-mimir/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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

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

metrics-prometheus/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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

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

metrics/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.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
119
</parent>
1210

1311
<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.1-SNAPSHOT</version>
12+
<version>0.1.1</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.1</tag>
5957
</scm>
6058

6159
<properties>

0 commit comments

Comments
 (0)