Skip to content

Commit 8fa9fbb

Browse files
committed
Releasing version 1.1.0
1 parent b0ea885 commit 8fa9fbb

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.moditect</groupId>
2424
<artifactId>moditect-parent</artifactId>
25-
<version>1.1.0-SNAPSHOT</version>
25+
<version>1.1.0</version>
2626
<relativePath>../parent/pom.xml</relativePath>
2727
</parent>
2828

integrationtest/hibernate-validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.moditect</groupId>
2323
<artifactId>moditect-integrationtest-parent</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.moditect</groupId>
2323
<artifactId>moditect-parent</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

integrationtest/undertow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.moditect</groupId>
2323
<artifactId>moditect-integrationtest-parent</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

integrationtest/vert.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.moditect</groupId>
2323
<artifactId>moditect-integrationtest-parent</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.moditect</groupId>
2323
<artifactId>moditect-parent</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030

3131
<artifactId>moditect-parent</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>ModiTect Parent</name>
@@ -47,7 +47,7 @@
4747
<maven.compiler.target>${java.version}</maven.compiler.target>
4848
<version.surefire.plugin>3.0.0-M4</version.surefire.plugin>
4949
<!-- value comes from property git.commit.author.time -->
50-
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2023-11-05T15:58:06Z</project.build.outputTimestamp>
5151
</properties>
5252

5353
<scm>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.moditect</groupId>
2929
<artifactId>moditect-parent</artifactId>
30-
<version>1.1.0-SNAPSHOT</version>
30+
<version>1.1.0</version>
3131
<relativePath>parent/pom.xml</relativePath>
3232
</parent>
3333

0 commit comments

Comments
 (0)