Skip to content

Commit 8daae63

Browse files
committed
[maven-scm] : prepare release aem-guides-wknd-3.0.0
1 parent ebac1b3 commit 8daae63

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
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>com.adobe.aem.guides</groupId>
2424
<artifactId>aem-guides-wknd</artifactId>
25-
<version>2.1.5-SNAPSHOT</version>
25+
<version>3.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

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>com.adobe.aem.guides</groupId>
2121
<artifactId>aem-guides-wknd</artifactId>
22-
<version>2.1.5-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>aem-guides-wknd.core</artifactId>

dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.aem.guides</groupId>
99
<artifactId>aem-guides-wknd</artifactId>
10-
<version>2.1.5-SNAPSHOT</version>
10+
<version>3.0.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

it.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.adobe.aem.guides</groupId>
2121
<artifactId>aem-guides-wknd</artifactId>
22-
<version>2.1.5-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>aem-guides-wknd.it.tests</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aem.guides</groupId>
2020
<artifactId>aem-guides-wknd</artifactId>
2121
<packaging>pom</packaging>
22-
<version>2.1.5-SNAPSHOT</version>
22+
<version>3.0.0</version>
2323
<name>WKND Sites Project - Reactor Project</name>
2424
<description>WKND Sites Project</description>
2525
<url>https://github.com/adobe/aem-guides-wknd</url>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:https://github.com/adobe/aem-guides-wknd.git</connection>
8787
<developerConnection>scm:git:https://github.com/adobe/aem-guides-wknd.git</developerConnection>
8888
<url>https://github.com/adobe/aem-guides-wknd/tree/main</url>
89-
<tag>HEAD</tag>
89+
<tag>aem-guides-wknd-3.0.0</tag>
9090
</scm>
9191

9292
<build>

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>com.adobe.aem.guides</groupId>
1010
<artifactId>aem-guides-wknd</artifactId>
11-
<version>2.1.5-SNAPSHOT</version>
11+
<version>3.0.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>com.adobe.aem.guides</groupId>
2525
<artifactId>aem-guides-wknd</artifactId>
26-
<version>2.1.5-SNAPSHOT</version>
26+
<version>3.0.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>com.adobe.aem.guides</groupId>
2525
<artifactId>aem-guides-wknd</artifactId>
26-
<version>2.1.5-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.content.sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.aem.guides</groupId>
2525
<artifactId>aem-guides-wknd</artifactId>
26-
<version>2.1.5-SNAPSHOT</version>
26+
<version>3.0.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>com.adobe.aem.guides</groupId>
2525
<artifactId>aem-guides-wknd</artifactId>
26-
<version>2.1.5-SNAPSHOT</version>
26+
<version>3.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)