Skip to content

Commit df4adfd

Browse files
committed
[maven-release-plugin] prepare release 2.5.4
1 parent b3758de commit df4adfd

File tree

11 files changed

+15
-18
lines changed

11 files changed

+15
-18
lines changed

accesscontroltool-apps-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1717
<artifactId>accesscontroltool</artifactId>
18-
<version>2.5.4-SNAPSHOT</version>
18+
<version>2.5.4</version>
1919
</parent>
2020

2121
<!-- ====================================================================== -->

accesscontroltool-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1313
<artifactId>accesscontroltool</artifactId>
14-
<version>2.5.4-SNAPSHOT</version>
14+
<version>2.5.4</version>
1515
</parent>
1616

1717
<!-- ====================================================================== -->

accesscontroltool-content-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1717
<artifactId>accesscontroltool</artifactId>
18-
<version>2.5.4-SNAPSHOT</version>
18+
<version>2.5.4</version>
1919
</parent>
2020

2121
<!-- ====================================================================== -->

accesscontroltool-exampleconfig-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1717
<artifactId>accesscontroltool</artifactId>
18-
<version>2.5.4-SNAPSHOT</version>
18+
<version>2.5.4</version>
1919
</parent>
2020

2121
<!-- ====================================================================== -->

accesscontroltool-oakindex-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1717
<artifactId>accesscontroltool</artifactId>
18-
<version>2.5.4-SNAPSHOT</version>
18+
<version>2.5.4</version>
1919
</parent>
2020

2121
<!-- ====================================================================== -->

accesscontroltool-package/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1717
<artifactId>accesscontroltool</artifactId>
18-
<version>2.5.4-SNAPSHOT</version>
18+
<version>2.5.4</version>
1919
</parent>
2020

2121
<!-- ====================================================================== -->

accesscontroltool-startuphook-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1313
<artifactId>accesscontroltool</artifactId>
14-
<version>2.5.4-SNAPSHOT</version>
14+
<version>2.5.4</version>
1515
</parent>
1616

1717
<!-- ====================================================================== -->

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
1313
<artifactId>accesscontroltool</artifactId>
14-
<version>2.5.4-SNAPSHOT</version>
14+
<version>2.5.4</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Access Control Tool - Reactor Project</name>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:ssh://[email protected]/Netcentric/accesscontroltool.git</connection>
5151
<developerConnection>scm:git:ssh://[email protected]/Netcentric/accesscontroltool.git</developerConnection>
5252
<url>https://github.com/Netcentric/accesscontroltool.git</url>
53-
<tag>HEAD</tag>
53+
<tag>2.5.4</tag>
5454
</scm>
5555

5656
<distributionManagement>

target-osgi-environment/maximum-environment/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
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

2120
<parent>
2221
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
2322
<artifactId>target-osgi-environment</artifactId>
2423
<relativePath>../pom.xml</relativePath>
25-
<version>2.5.4-SNAPSHOT</version>
24+
<version>2.5.4</version>
2625
</parent>
2726

2827
<artifactId>maximum-environment</artifactId>

target-osgi-environment/minimum-environment/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
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

2120
<parent>
2221
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
2322
<artifactId>target-osgi-environment</artifactId>
2423
<relativePath>../pom.xml</relativePath>
25-
<version>2.5.4-SNAPSHOT</version>
24+
<version>2.5.4</version>
2625
</parent>
2726

2827
<artifactId>minimum-environment</artifactId>

target-osgi-environment/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
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
<parent>
2120
<groupId>biz.netcentric.cq.tools.accesscontroltool</groupId>
2221
<artifactId>accesscontroltool</artifactId>
2322
<relativePath>../pom.xml</relativePath>
24-
<version>2.5.4-SNAPSHOT</version>
23+
<version>2.5.4</version>
2524
</parent>
2625

2726
<artifactId>target-osgi-environment</artifactId>

0 commit comments

Comments
 (0)