Skip to content

Commit 8f96f68

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent 153f087 commit 8f96f68

File tree

10 files changed

+18
-19
lines changed

10 files changed

+18
-19
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.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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.1.0-SNAPSHOT</version>
6+
<version>1.1.0</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.1.0-SNAPSHOT</version>
22+
<version>1.1.0</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.1.0-SNAPSHOT</version>
23+
<version>1.1.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
| See the License for the specific language governing permissions and
1515
| limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1918
<modelVersion>4.0.0</modelVersion>
2019
<groupId>io.github.valtech-ch</groupId>
2120
<artifactId>saas-aem</artifactId>
2221
<packaging>pom</packaging>
23-
<version>1.1.0-SNAPSHOT</version>
22+
<version>1.1.0</version>
2423
<name>Valtech AEM SAAS</name>
2524
<description>Valtech AEM SAAS</description>
2625
<url>https://github.com/valtech-ch/saas-aem-module</url>
@@ -46,7 +45,7 @@
4645
<connection>scm:git:https@github.com:valtech-ch/saas-aem-module.git</connection>
4746
<developerConnection>scm:git:https://github.com/valtech-ch/saas-aem-module.git</developerConnection>
4847
<url>https://github.com/valtech-ch/saas-aem-module/tree/main</url>
49-
<tag>0.0.2</tag>
48+
<tag>1.1.0</tag>
5049
</scm>
5150

5251
<distributionManagement>
@@ -409,7 +408,7 @@
409408
</goals>
410409
</pluginExecutionFilter>
411410
<action>
412-
<ignore/>
411+
<ignore />
413412
</action>
414413
</pluginExecution>
415414
<pluginExecution>
@@ -423,7 +422,7 @@
423422
</goals>
424423
</pluginExecutionFilter>
425424
<action>
426-
<ignore/>
425+
<ignore />
427426
</action>
428427
</pluginExecution>
429428
<pluginExecution>
@@ -436,7 +435,7 @@
436435
</goals>
437436
</pluginExecutionFilter>
438437
<action>
439-
<ignore/>
438+
<ignore />
440439
</action>
441440
</pluginExecution>
442441
</pluginExecutions>
@@ -515,7 +514,7 @@
515514
<artifactId>sling-maven-plugin</artifactId>
516515
</plugin>
517516
-->
518-
<activation/>
517+
<activation />
519518
<build>
520519
<pluginManagement>
521520
<plugins>
@@ -538,7 +537,7 @@
538537

539538
<profile>
540539
<id>autoInstallPackage</id>
541-
<activation/>
540+
<activation />
542541
<build>
543542
<pluginManagement>
544543
<plugins>
@@ -576,7 +575,7 @@
576575

577576
<profile>
578577
<id>autoInstallPackagePublish</id>
579-
<activation/>
578+
<activation />
580579
<build>
581580
<pluginManagement>
582581
<plugins>

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.1.0-SNAPSHOT</version>
11+
<version>1.1.0</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.1.0-SNAPSHOT</version>
26+
<version>1.1.0</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.1.0-SNAPSHOT</version>
26+
<version>1.1.0</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.1.0-SNAPSHOT</version>
26+
<version>1.1.0</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.1.0-SNAPSHOT</version>
26+
<version>1.1.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)