Skip to content

Commit 0053e2b

Browse files
author
moditect-release-bot
committed
Releasing version 1.3.0.Final
1 parent 4c86fb8 commit 0053e2b

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.moditect</groupId>
1616
<artifactId>moditect-parent</artifactId>
17-
<version>1.3.0-SNAPSHOT</version>
17+
<version>1.3.0.Final</version>
1818
<relativePath>../parent/pom.xml</relativePath>
1919
</parent>
2020

integrationtest/hibernate-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.moditect</groupId>
1717
<artifactId>moditect-integrationtest-parent</artifactId>
18-
<version>1.3.0-SNAPSHOT</version>
18+
<version>1.3.0.Final</version>
1919
</parent>
2020

2121
<artifactId>moditect-integrationtest-hibernate-validator</artifactId>

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.moditect</groupId>
1515
<artifactId>moditect-parent</artifactId>
16-
<version>1.3.0-SNAPSHOT</version>
16+
<version>1.3.0.Final</version>
1717
<relativePath>../parent/pom.xml</relativePath>
1818
</parent>
1919

integrationtest/undertow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.moditect</groupId>
1515
<artifactId>moditect-integrationtest-parent</artifactId>
16-
<version>1.3.0-SNAPSHOT</version>
16+
<version>1.3.0.Final</version>
1717
</parent>
1818

1919
<artifactId>moditect-integrationtest-undertow</artifactId>

integrationtest/vert.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.moditect</groupId>
1515
<artifactId>moditect-integrationtest-parent</artifactId>
16-
<version>1.3.0-SNAPSHOT</version>
16+
<version>1.3.0.Final</version>
1717
</parent>
1818

1919
<artifactId>moditect-integrationtest-vertx</artifactId>

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.moditect</groupId>
1515
<artifactId>moditect-parent</artifactId>
16-
<version>1.3.0-SNAPSHOT</version>
16+
<version>1.3.0.Final</version>
1717
<relativePath>../parent/pom.xml</relativePath>
1818
</parent>
1919

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</parent>
2222

2323
<artifactId>moditect-parent</artifactId>
24-
<version>1.3.0-SNAPSHOT</version>
24+
<version>1.3.0.Final</version>
2525
<packaging>pom</packaging>
2626

2727
<name>ModiTect Parent</name>
@@ -43,7 +43,7 @@
4343
<version.source.plugin>3.3.1</version.source.plugin>
4444
<version.jreleaser.plugin>1.19.0</version.jreleaser.plugin>
4545
<!-- value comes from property git.commit.author.time -->
46-
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
46+
<project.build.outputTimestamp>2025-07-20T09:06:18Z</project.build.outputTimestamp>
4747
</properties>
4848

4949
<scm>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.moditect</groupId>
1818
<artifactId>moditect-parent</artifactId>
19-
<version>1.3.0-SNAPSHOT</version>
19+
<version>1.3.0.Final</version>
2020
<relativePath>parent/pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)