Skip to content

Commit f6bf20e

Browse files
[maven-release-plugin] prepare release o11yphant-1.9.2
1 parent 7b18daf commit f6bf20e

File tree

13 files changed

+38
-52
lines changed

13 files changed

+38
-52
lines changed

common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321
<parent>
2422
<groupId>org.commonjava.util</groupId>
2523
<artifactId>o11yphant</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
24+
<version>1.9.2</version>
2725
</parent>
2826

2927
<artifactId>o11yphant-common</artifactId>

metrics/api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-metrics</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-metrics-api</artifactId>

metrics/common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-metrics</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-metrics-common</artifactId>

metrics/core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<parent>
2221
<artifactId>o11yphant-metrics</artifactId>
2322
<groupId>org.commonjava.util</groupId>
24-
<version>1.9.2-SNAPSHOT</version>
23+
<version>1.9.2</version>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
2726

metrics/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<parent>
2221
<artifactId>o11yphant</artifactId>
2322
<groupId>org.commonjava.util</groupId>
24-
<version>1.9.2-SNAPSHOT</version>
23+
<version>1.9.2</version>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
2726

pom.xml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
limitations under the License.
1616
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
@@ -27,7 +26,7 @@
2726

2827
<groupId>org.commonjava.util</groupId>
2928
<artifactId>o11yphant</artifactId>
30-
<version>1.9.2-SNAPSHOT</version>
29+
<version>1.9.2</version>
3130

3231
<packaging>pom</packaging>
3332
<modules>
@@ -44,7 +43,7 @@
4443
<connection>scm:git:https://github.com/commonjava/o11yphant</connection>
4544
<developerConnection>scm:git:https://github.com/commonjava/o11yphant</developerConnection>
4645
<url>https://github.com/Commonjava/o11yphant</url>
47-
<tag>HEAD</tag>
46+
<tag>o11yphant-1.9.2</tag>
4847
</scm>
4948

5049
<properties>
@@ -89,58 +88,58 @@
8988
<dependency>
9089
<groupId>org.commonjava.util</groupId>
9190
<artifactId>o11yphant-common</artifactId>
92-
<version>1.9.2-SNAPSHOT</version>
91+
<version>1.9.2</version>
9392
</dependency>
9493
<dependency>
9594
<groupId>org.commonjava.util</groupId>
9695
<artifactId>o11yphant-trace-api</artifactId>
97-
<version>1.9.2-SNAPSHOT</version>
96+
<version>1.9.2</version>
9897
</dependency>
9998
<dependency>
10099
<groupId>org.commonjava.util</groupId>
101100
<artifactId>o11yphant-trace-core</artifactId>
102-
<version>1.9.2-SNAPSHOT</version>
101+
<version>1.9.2</version>
103102
</dependency>
104103
<dependency>
105104
<groupId>org.commonjava.util</groupId>
106105
<artifactId>o11yphant-trace-otel</artifactId>
107-
<version>1.9.2-SNAPSHOT</version>
106+
<version>1.9.2</version>
108107
</dependency>
109108
<dependency>
110109
<groupId>org.commonjava.util</groupId>
111110
<artifactId>o11yphant-trace-helper-servlet</artifactId>
112-
<version>1.9.2-SNAPSHOT</version>
111+
<version>1.9.2</version>
113112
</dependency>
114113
<dependency>
115114
<groupId>org.commonjava.util</groupId>
116115
<artifactId>o11yphant-trace-helper-httpclient</artifactId>
117-
<version>1.9.2-SNAPSHOT</version>
116+
<version>1.9.2</version>
118117
</dependency>
119118
<dependency>
120119
<groupId>org.commonjava.util</groupId>
121120
<artifactId>o11yphant-trace-helper-jhttpc</artifactId>
122-
<version>1.9.2-SNAPSHOT</version>
121+
<version>1.9.2</version>
123122
</dependency>
124123

125124
<dependency>
126125
<groupId>org.commonjava.util</groupId>
127126
<artifactId>o11yphant-metrics</artifactId>
128-
<version>1.9.2-SNAPSHOT</version>
127+
<version>1.9.2</version>
129128
</dependency>
130129
<dependency>
131130
<groupId>org.commonjava.util</groupId>
132131
<artifactId>o11yphant-metrics-api</artifactId>
133-
<version>1.9.2-SNAPSHOT</version>
132+
<version>1.9.2</version>
134133
</dependency>
135134
<dependency>
136135
<groupId>org.commonjava.util</groupId>
137136
<artifactId>o11yphant-metrics-common</artifactId>
138-
<version>1.9.2-SNAPSHOT</version>
137+
<version>1.9.2</version>
139138
</dependency>
140139
<dependency>
141140
<groupId>org.commonjava.util</groupId>
142141
<artifactId>o11yphant-metrics-core</artifactId>
143-
<version>1.9.2-SNAPSHOT</version>
142+
<version>1.9.2</version>
144143
</dependency>
145144

146145
<dependency>

trace/api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-trace</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-trace-api</artifactId>

trace/core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-trace</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-trace-core</artifactId>

trace/helper-httpclient/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-trace</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-trace-helper-httpclient</artifactId>

trace/helper-jhttpc/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.commonjava.util</groupId>
2524
<artifactId>o11yphant-trace</artifactId>
26-
<version>1.9.2-SNAPSHOT</version>
25+
<version>1.9.2</version>
2726
</parent>
2827

2928
<artifactId>o11yphant-trace-helper-jhttpc</artifactId>

0 commit comments

Comments
 (0)