Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilleain committed Jun 5, 2023
1 parent 96d78a0 commit b8f6f9c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion morf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - Core</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-excel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - Excel</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - H2</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - Integration Test</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - MySQL</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-nuodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - NuoDB</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - Oracle</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - PostgreSQL</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - SQL Server</name>
Expand Down
2 changes: 1 addition & 1 deletion morf-testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<name>Morf - Test Support</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.alfasoftware</groupId>
<artifactId>morf-parent</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>pom</packaging>

<name>Morf</name>
Expand Down Expand Up @@ -510,7 +510,7 @@
<connection>scm:git:https://github.com/alfasoftware/morf.git</connection>
<developerConnection>scm:git:[email protected]:alfasoftware/morf.git</developerConnection>
<url>https://github.com/alfasoftware/morf</url>
<tag>HEAD</tag>
<tag>2.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit b8f6f9c

Please sign in to comment.