Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Jul 15, 2022
1 parent 08b7fc4 commit ee55d42
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 29 deletions.
6 changes: 2 additions & 4 deletions ide-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
~ limitations under the License.
-->

<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>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 8 additions & 12 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>39</version>
<relativePath/>
<relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-parent</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>

<scm child.scm.connection.inherit.append.path="false"
child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
<developerConnection>scm:git:[email protected]:resteasy/resteasy-dev-tools.git</developerConnection>
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
<tag>HEAD</tag>
<tag>2.0.0.Final</tag>
</scm>

<developers>
Expand Down Expand Up @@ -77,13 +73,13 @@
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>**/*$logger.java,**/*$bundle.java</excludes>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-checkstyle-config</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -95,7 +91,7 @@
<dependency>
<groupId>dev.resteasy.tools</groupId>
<artifactId>ide-config</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
</dependency>
</dependencies>
<configuration>
Expand Down
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>

<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>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>39</version>
<relativePath/>
<relativePath />
</parent>

<groupId>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<name>RESTEasy: Development Tools</name>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<packaging>pom</packaging>

<url>https://resteasy.dev</url>

<scm child.scm.connection.inherit.append.path="false"
child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git://github.com/resteasy/resteasy-dev-tools.git</connection>
<developerConnection>scm:git:[email protected]:resteasy/resteasy-dev-tools.git</developerConnection>
<url>https://github.com/resteasy/resteasy-dev-tools/tree/main/</url>
<tag>HEAD</tag>
<tag>2.0.0.Final</tag>
</scm>

<developers>
Expand Down
6 changes: 2 additions & 4 deletions resteasy-checkstyle-config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<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>dev.resteasy.tools</groupId>
<artifactId>resteasy-dev-tools</artifactId>
<version>2.0.0.Final-SNAPSHOT</version>
<version>2.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ee55d42

Please sign in to comment.