Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 29, 2024
1 parent a2204c6 commit 9494138
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion graphql-demo-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.graphql</groupId>
<artifactId>graphql-demo-product</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion graphql-demo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.graphql</groupId>
<artifactId>graphql-demo-test</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion graphql-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.demo.graphql</groupId>
<artifactId>graphql-demo</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
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>com.axonivy.demo.graphql</groupId>
<name>graphql-demo</name>
<artifactId>graphql-demo-modules</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -14,7 +14,7 @@

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v12.0.0</tag>
</scm>

<build>
Expand Down

0 comments on commit 9494138

Please sign in to comment.