Skip to content

Commit d3ca083

Browse files
author
Jesus Lara
committed
[maven-release-plugin] prepare release reevoo-taglib-root-1.21
1 parent 4083b6e commit d3ca083

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.reevoo.taglib</groupId>
66
<artifactId>reevoo-taglib-root</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.21-SNAPSHOT</version>
8+
<version>1.21</version>
99
<name>reevoo-taglib-root</name>
1010
<description>The reevoomark-java-api is a Java tag library for ReevooMark and Reevoo Essentials customers who want to quickly and easily integrate Reevoo content in to their sites server-side.</description>
1111
<url>https://github.com/reevoo/reevoomark-java-api</url>
@@ -21,7 +21,7 @@
2121
<connection>scm:git:git@github.com:reevoo/reevoomark-java-api.git</connection>
2222
<developerConnection>scm:git:git@github.com:reevoo/reevoomark-java-api.git</developerConnection>
2323
<url>git@github.com:reevoo/reevoomark-java-api.git</url>
24-
<tag>HEAD</tag>
24+
<tag>reevoo-taglib-root-1.21</tag>
2525
</scm>
2626

2727
<developers>

taglib-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<groupId>com.reevoo.taglib</groupId>
66
<artifactId>reevoo-taglib-core</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.21-SNAPSHOT</version>
8+
<version>1.21</version>
99
<name>reevoo-taglib-core</name>
1010

1111
<parent>
1212
<groupId>com.reevoo.taglib</groupId>
1313
<artifactId>reevoo-taglib-root</artifactId>
14-
<version>1.21-SNAPSHOT</version>
14+
<version>1.21</version>
1515
</parent>
1616

1717
<dependencies>

taglib-inttest/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<groupId>com.reevoo.taglib</groupId>
66
<artifactId>reevoo-taglib-inttest</artifactId>
77
<packaging>war</packaging>
8-
<version>1.21-SNAPSHOT</version>
8+
<version>1.21</version>
99
<name>reevoo-taglib-inttest</name>
1010

1111
<parent>
1212
<groupId>com.reevoo.taglib</groupId>
1313
<artifactId>reevoo-taglib-root</artifactId>
14-
<version>1.21-SNAPSHOT</version>
14+
<version>1.21</version>
1515
</parent>
1616

1717
<dependencies>
1818

1919
<dependency>
2020
<groupId>com.reevoo.taglib</groupId>
2121
<artifactId>reevoo-taglib</artifactId>
22-
<version>1.21-SNAPSHOT</version>
22+
<version>1.21</version>
2323
</dependency>
2424

2525
<dependency>

taglib/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<groupId>com.reevoo.taglib</groupId>
66
<artifactId>reevoo-taglib</artifactId>
77
<packaging>bundle</packaging>
8-
<version>1.21-SNAPSHOT</version>
8+
<version>1.21</version>
99
<name>reevoo-taglib</name>
1010

1111
<parent>
1212
<groupId>com.reevoo.taglib</groupId>
1313
<artifactId>reevoo-taglib-root</artifactId>
14-
<version>1.21-SNAPSHOT</version>
14+
<version>1.21</version>
1515
</parent>
1616

1717
<dependencies>
1818

1919
<dependency>
2020
<groupId>com.reevoo.taglib</groupId>
2121
<artifactId>reevoo-taglib-core</artifactId>
22-
<version>1.21-SNAPSHOT</version>
22+
<version>1.21</version>
2323
</dependency>
2424

2525
<dependency>

0 commit comments

Comments
 (0)