Skip to content

Commit

Permalink
[maven-release-plugin] prepare release modello-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 13, 2022
1 parent 27e3f04 commit 6bce2f5
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 20 deletions.
2 changes: 1 addition & 1 deletion modello-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modello-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-converters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -48,4 +48,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-dom4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -49,4 +49,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -51,4 +51,8 @@
</dependency>
</dependencies>


<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -81,4 +81,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-jdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -55,4 +55,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-jsonschema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -40,4 +40,8 @@
</dependency>
</dependencies>


<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-sax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -41,4 +41,8 @@
</dependency>
</dependencies>


<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-snakeyaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,4 +28,8 @@
</dependency>
</dependencies>


<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-stax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -56,4 +56,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-xdoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -47,4 +47,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -24,4 +24,8 @@
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-xpp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,4 +43,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion modello-plugins/modello-plugin-xsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello-plugins</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -37,4 +37,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>modello-2.0.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion modello-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modello-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>modello</artifactId>
<groupId>org.codehaus.modello</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.codehaus.modello</groupId>
<artifactId>modello</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>Modello</name>
Expand Down Expand Up @@ -181,7 +181,7 @@
<connection>scm:git:https://github.com/codehaus-plexus/modello.git</connection>
<developerConnection>scm:git:https://github.com/codehaus-plexus/modello.git</developerConnection>
<url>http://github.com/codehaus-plexus/modello/tree/${project.scm.tag}/</url>
<tag>master</tag>
<tag>modello-2.0.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -225,7 +225,7 @@
! in the integration tests.
-->
<java.version>1.8</java.version>
<project.build.outputTimestamp>2020-01-20T18:52:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-02-13T14:30:33Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 6bce2f5

Please sign in to comment.