Skip to content

Commit

Permalink
Releasing version 1.2.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
moditect-release-bot committed Mar 29, 2024
1 parent 774e118 commit 8c6acb9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/hibernate-validator/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
</parent>

<artifactId>moditect-integrationtest-hibernate-validator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/undertow/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
</parent>

<artifactId>moditect-integrationtest-undertow</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/vert.x/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
</parent>

<artifactId>moditect-integrationtest-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -21,7 +21,7 @@
</parent>

<artifactId>moditect-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
<packaging>pom</packaging>

<name>ModiTect Parent</name>
Expand All @@ -39,7 +39,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-29T11:29:05Z</project.build.outputTimestamp>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.2.1.Final</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8c6acb9

Please sign in to comment.