Skip to content

Commit 7d90d89

Browse files
committed
[maven-release-plugin] prepare release 1.2.1
1 parent d02bb2b commit 7d90d89

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.valtech-ch</groupId>
2424
<artifactId>saas-aem</artifactId>
25-
<version>1.2.1-SNAPSHOT</version>
25+
<version>1.2.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>saas-aem</artifactId>
55
<groupId>io.github.valtech-ch</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.github.valtech-ch</groupId>
2121
<artifactId>saas-aem</artifactId>
22-
<version>1.2.1-SNAPSHOT</version>
22+
<version>1.2.1</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>saas-aem.core</artifactId>

it.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.github.valtech-ch</groupId>
2222
<artifactId>saas-aem</artifactId>
23-
<version>1.2.1-SNAPSHOT</version>
23+
<version>1.2.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>io.github.valtech-ch</groupId>
2020
<artifactId>saas-aem</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.2.1-SNAPSHOT</version>
22+
<version>1.2.1</version>
2323
<name>Valtech AEM SAAS</name>
2424
<description>Valtech AEM SAAS</description>
2525
<url>https://github.com/valtech-ch/saas-aem-module</url>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https@github.com:valtech-ch/saas-aem-module.git</connection>
4747
<developerConnection>scm:git:https://github.com/valtech-ch/saas-aem-module.git</developerConnection>
4848
<url>https://github.com/valtech-ch/saas-aem-module/tree/main</url>
49-
<tag>0.0.2</tag>
49+
<tag>1.2.1</tag>
5050
</scm>
5151

5252
<distributionManagement>

ui.apps.structure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.valtech-ch</groupId>
1010
<artifactId>saas-aem</artifactId>
11-
<version>1.2.1-SNAPSHOT</version>
11+
<version>1.2.1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.valtech-ch</groupId>
2525
<artifactId>saas-aem</artifactId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.valtech-ch</groupId>
2525
<artifactId>saas-aem</artifactId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.valtech-ch</groupId>
2525
<artifactId>saas-aem</artifactId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.github.valtech-ch</groupId>
2525
<artifactId>saas-aem</artifactId>
26-
<version>1.2.1-SNAPSHOT</version>
26+
<version>1.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)