Skip to content

Commit

Permalink
Rebuild release from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Dec 31, 2024
1 parent 5253aec commit a9bf34f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.connector.skribble</groupId>
<name>skribble-connector</name>
<artifactId>skribble-connector-modules</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions skribble-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.skribble</groupId>
<artifactId>skribble-connector-demo</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<project.build.plugin.version>12.0.0-SNAPSHOT</project.build.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion skribble-connector-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.connector.skribble</groupId>
<artifactId>skribble-connector-product</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<variables.yaml.file>../skribble-connector/config/variables.yaml</variables.yaml.file>
Expand Down
6 changes: 3 additions & 3 deletions skribble-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.skribble</groupId>
<artifactId>skribble-connector-test</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<tester.version>12.0.0</tester.version>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<tester.version>12.0.0-SNAPSHOT</tester.version>
<project.build.plugin.version>12.0.0-SNAPSHOT</project.build.plugin.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions skribble-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.skribble</groupId>
<artifactId>skribble-connector</artifactId>
<version>12.0.0</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<project.build.plugin.version>12.0.0-SNAPSHOT</project.build.plugin.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit a9bf34f

Please sign in to comment.