Skip to content

Commit

Permalink
Releasing version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Nov 5, 2023
1 parent b0ea885 commit 798baa0
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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/vert.x/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-integrationtest-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.moditect</groupId>
<artifactId>moditect-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

<artifactId>moditect-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

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

Expand Down

0 comments on commit 798baa0

Please sign in to comment.