Skip to content

Commit ac6de68

Browse files
Release version for AEM 6.2
1 parent 1485fd6 commit ac6de68

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.granite.translation.connector</groupId>
2222
<artifactId>bootstrap-connector</artifactId>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>2.5.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>bootstrap-connector.bundle</artifactId>

content/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.granite.translation.connector</groupId>
2525
<artifactId>bootstrap-connector</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>2.5.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

@@ -118,8 +118,10 @@
118118
<filterSource>${basedir}/META-INF/vault/filter.xml</filterSource>
119119
<verbose>true</verbose>
120120
<failOnError>true</failOnError>
121-
<group>com.adobe.granite.translation.connector</group>
122-
<name>AEM Bootstrap Translation Connector</name>
121+
<!-- Keep this Group Name consistent. This will help customers upgrade their connector without losing existing configurations. -->
122+
<group>Adobe</group>
123+
<!-- This will be the connector name used for Package share. No Spaces allowed in name. Use Hyphens or Title case as needed. -->
124+
<name>AEM-Bootstrap-Translation-Connector</name>
123125
<embeddeds>
124126
<embedded>
125127
<groupId>com.adobe.granite.translation.connector</groupId>
@@ -199,7 +201,7 @@
199201
<dependency>
200202
<groupId>com.adobe.granite.translation.connector</groupId>
201203
<artifactId>bootstrap-connector.bundle</artifactId>
202-
<version>1.0-SNAPSHOT</version>
204+
<version>2.5.1</version>
203205
</dependency>
204206

205207
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<artifactId>bootstrap-connector</artifactId>
2121
<name>Bootstrap Translation Connector</name>
2222
<packaging>pom</packaging>
23-
<version>1.0-SNAPSHOT</version>
23+
<version>2.5.1</version>
2424
<description>Bootstrap Translation Connector</description>
2525

2626
<modules>

0 commit comments

Comments
 (0)