Skip to content

Commit ad849c5

Browse files
committed
Prepare for WME 2.3.0
1 parent c765af7 commit ad849c5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build-helper-mojo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>wls-exporter-parent</artifactId>
1111
<groupId>com.oracle.wls.exporter</groupId>
12-
<version>2.2.4-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.oracle.wls.exporter</groupId>
99
<artifactId>wls-exporter-parent</artifactId>
10-
<version>2.2.4-SNAPSHOT</version>
10+
<version>2.3.0</version>
1111
<modules>
1212
<module>build-helper-mojo</module>
1313
<module>wls-exporter-core</module>

wls-exporter-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>wls-exporter-parent</artifactId>
1010
<groupId>com.oracle.wls.exporter</groupId>
11-
<version>2.2.4-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313

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

wls-exporter-sidecar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.oracle.wls.exporter</groupId>
1010
<artifactId>wls-exporter-parent</artifactId>
11-
<version>2.2.4-SNAPSHOT</version>
11+
<version>2.3.0</version>
1212
</parent>
1313
<artifactId>wls-exporter-sidecar</artifactId>
1414
<name>WebLogic Monitoring Exporter Sidecar</name>

wls-exporter-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>wls-exporter-parent</artifactId>
99
<groupId>com.oracle.wls.exporter</groupId>
10-
<version>2.2.4-SNAPSHOT</version>
10+
<version>2.3.0</version>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
1313

0 commit comments

Comments
 (0)