Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wls-exporter-parent-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
russgold committed Mar 16, 2021
1 parent 0ccee4a commit b261375
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 20 deletions.
5 changes: 2 additions & 3 deletions build-helper-mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
Copyright (c) 2019, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>build-helper-mojo</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
Copyright (c) 2019, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.oracle.wls.exporter</groupId>
<artifactId>wls-exporter-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<modules>
<module>wls-exporter-core</module>
</modules>
Expand All @@ -31,7 +29,8 @@
<url>https://github.com/oracle/weblogic-monitoring-exporter.git</url>
<developerConnection>scm:git:https://github.com/oracle/weblogic-monitoring-exporter.git</developerConnection>
<connection>scm:git:https://github.com/oracle/weblogic-monitoring-exporter.git</connection>
</scm>
<tag>wls-exporter-parent-2.0.0</tag>
</scm>

<developers>
<developer>
Expand Down
6 changes: 2 additions & 4 deletions wls-exporter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>wls-exporter-core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions wls-exporter-sidecar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
Copyright (c) 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.oracle.wls.exporter</groupId>
<artifactId>wls-exporter-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>wls-exporter-sidecar</artifactId>
<name>WebLogic Monitoring Exporter Sidecar</name>
Expand Down
6 changes: 2 additions & 4 deletions wls-exporter-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
-->
<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">
<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">
<parent>
<artifactId>wls-exporter-parent</artifactId>
<groupId>com.oracle.wls.exporter</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b261375

Please sign in to comment.