Skip to content

Commit b261375

Browse files
committed
[maven-release-plugin] prepare release wls-exporter-parent-2.0.0
1 parent 0ccee4a commit b261375

File tree

5 files changed

+12
-20
lines changed

5 files changed

+12
-20
lines changed

build-helper-mojo/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
Copyright (c) 2019, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6+
<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">
87
<modelVersion>4.0.0</modelVersion>
98

109
<parent>
1110
<artifactId>wls-exporter-parent</artifactId>
1211
<groupId>com.oracle.wls.exporter</groupId>
13-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1413
</parent>
1514

1615
<artifactId>build-helper-mojo</artifactId>

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
Copyright (c) 2019, 2021, Oracle and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
-->
5-
<project xmlns="http://maven.apache.org/POM/4.0.0"
6-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<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">
86
<modelVersion>4.0.0</modelVersion>
97

108
<groupId>com.oracle.wls.exporter</groupId>
119
<artifactId>wls-exporter-parent</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
10+
<version>2.0.0</version>
1311
<modules>
1412
<module>wls-exporter-core</module>
1513
</modules>
@@ -31,7 +29,8 @@
3129
<url>https://github.com/oracle/weblogic-monitoring-exporter.git</url>
3230
<developerConnection>scm:git:https://github.com/oracle/weblogic-monitoring-exporter.git</developerConnection>
3331
<connection>scm:git:https://github.com/oracle/weblogic-monitoring-exporter.git</connection>
34-
</scm>
32+
<tag>wls-exporter-parent-2.0.0</tag>
33+
</scm>
3534

3635
<developers>
3736
<developer>

wls-exporter-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
6-
<project xmlns="http://maven.apache.org/POM/4.0.0"
7-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<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">
97
<modelVersion>4.0.0</modelVersion>
108
<parent>
119
<artifactId>wls-exporter-parent</artifactId>
1210
<groupId>com.oracle.wls.exporter</groupId>
13-
<version>2.0.0-SNAPSHOT</version>
11+
<version>2.0.0</version>
1412
</parent>
1513

1614
<artifactId>wls-exporter-core</artifactId>

wls-exporter-sidecar/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
Copyright (c) 2021, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
6-
<project xmlns="http://maven.apache.org/POM/4.0.0"
7-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<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">
97
<modelVersion>4.0.0</modelVersion>
108
<parent>
119
<groupId>com.oracle.wls.exporter</groupId>
1210
<artifactId>wls-exporter-parent</artifactId>
13-
<version>2.0.0-SNAPSHOT</version>
11+
<version>2.0.0</version>
1412
</parent>
1513
<artifactId>wls-exporter-sidecar</artifactId>
1614
<name>WebLogic Monitoring Exporter Sidecar</name>

wls-exporter-war/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
44
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
-->
6-
<project xmlns="http://maven.apache.org/POM/4.0.0"
7-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<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">
97
<parent>
108
<artifactId>wls-exporter-parent</artifactId>
119
<groupId>com.oracle.wls.exporter</groupId>
12-
<version>2.0.0-SNAPSHOT</version>
10+
<version>2.0.0</version>
1311
</parent>
1412
<modelVersion>4.0.0</modelVersion>
1513

0 commit comments

Comments
 (0)