Skip to content

Commit

Permalink
Merge pull request #183 from oracle/prepare-206
Browse files Browse the repository at this point in the history
Prepare for release 2.0.6
  • Loading branch information
rjeberhard authored Jun 13, 2022
2 parents 3bb6b41 + 887fa3b commit 9f31c6d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build-helper-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>build-helper-mojo</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.oracle.wls.exporter</groupId>
<artifactId>wls-exporter-parent</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<modules>
<module>wls-exporter-core</module>
</modules>
Expand Down Expand Up @@ -46,7 +46,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apache.http.version>4.5.3</apache.http.version>
<version.plugin.surefire>3.0.0-M5</version.plugin.surefire>
<version.plugin.surefire>3.0.0-M7</version.plugin.surefire>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion wls-exporter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>wls-exporter-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions wls-exporter-sidecar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
<parent>
<groupId>com.oracle.wls.exporter</groupId>
<artifactId>wls-exporter-parent</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>
<artifactId>wls-exporter-sidecar</artifactId>
<name>WebLogic Monitoring Exporter Sidecar</name>

<properties>
<helidon.version>2.5.0</helidon.version>
<helidon.version>2.5.1</helidon.version>
<mainClass>com.oracle.wls.exporter.sidecar.Main</mainClass>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<version.plugin.helidon>2.1.2</version.plugin.helidon>
<version.plugin.helidon>2.3.5</version.plugin.helidon>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion wls-exporter-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wls-operator-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.5</version>
<version>2.0.6</version>
</parent>

<artifactId>wls-operator-exporter</artifactId>
Expand Down

0 comments on commit 9f31c6d

Please sign in to comment.