Skip to content

Commit a2263c3

Browse files
committed
[maven-release-plugin] prepare release commons-jcs3-3.2.1-rc2
1 parent 8bdbfef commit a2263c3

File tree

7 files changed

+27
-26
lines changed

7 files changed

+27
-26
lines changed

commons-jcs-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-jcs3</artifactId>
25-
<version>3.2.1-SNAPSHOT</version>
25+
<version>3.2.1</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>commons-jcs3-core</artifactId>
30-
<version>3.2.1-SNAPSHOT</version>
30+
<version>3.2.1</version>
3131
<packaging>jar</packaging>
3232

3333
<name>Apache Commons JCS :: Core</name>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
3737
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
3838
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
39-
<tag>commons-jcs3-3.2-rc1</tag>
39+
<tag>commons-jcs3-3.2.1-rc2</tag>
4040
</scm>
4141

4242
<properties>
@@ -50,7 +50,7 @@
5050
org.apache.http.*;resolution:=optional,
5151
org.apache.logging.log4j.*;resolution:=optional
5252
</commons.osgi.import>
53-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
5454
</properties>
5555

5656
<dependencies>

commons-jcs-dist/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<artifactId>commons-jcs3</artifactId>
2323
<groupId>org.apache.commons</groupId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>commons-jcs3-dist</artifactId>
29-
<version>3.2.1-SNAPSHOT</version>
29+
<version>3.2.1</version>
3030
<packaging>pom</packaging>
3131
<name>Apache Commons JCS :: Distribution</name>
3232
<description>Creates the Apache Commons JCS multimodule distribution.</description>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
3636
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
3737
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
38-
<tag>commons-jcs3-3.2-rc1</tag>
38+
<tag>commons-jcs3-3.2.1-rc2</tag>
3939
</scm>
4040

4141
<!-- NOTE: These dependency declarations are only required to sort this project to the
@@ -72,7 +72,7 @@
7272
</build>
7373

7474
<properties>
75-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
75+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
7676
<commons.release.isDistModule>true</commons.release.isDistModule>
7777
</properties>
7878

commons-jcs-jcache-extras/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<parent>
2222
<artifactId>commons-jcs3</artifactId>
2323
<groupId>org.apache.commons</groupId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>commons-jcs3-jcache-extras</artifactId>
29-
<version>3.2.1-SNAPSHOT</version>
29+
<version>3.2.1</version>
3030
<name>Apache Commons JCS :: JCache Extras</name>
3131

3232
<scm>
3333
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
3434
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
3535
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
36-
<tag>commons-jcs3-3.2-rc1</tag>
36+
<tag>commons-jcs3-3.2.1-rc2</tag>
3737
</scm>
3838

3939
<dependencies>
@@ -110,6 +110,6 @@
110110
</dependencies>
111111

112112
<properties>
113-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
113+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
114114
</properties>
115115
</project>

commons-jcs-jcache-openjpa/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<parent>
2222
<artifactId>commons-jcs3</artifactId>
2323
<groupId>org.apache.commons</groupId>
24-
<version>3.2.1-SNAPSHOT</version>
24+
<version>3.2.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>commons-jcs3-jcache-openjpa</artifactId>
29-
<version>3.2.1-SNAPSHOT</version>
29+
<version>3.2.1</version>
3030
<name>Apache Commons JCS :: JCache OpenJPA</name>
3131

3232
<scm>
3333
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
3434
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
3535
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
36-
<tag>commons-jcs3-3.2-rc1</tag>
36+
<tag>commons-jcs3-3.2.1-rc2</tag>
3737
</scm>
3838

3939
<dependencies>
@@ -78,6 +78,6 @@
7878
</dependencies>
7979

8080
<properties>
81-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
8282
</properties>
8383
</project>

commons-jcs-jcache/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-jcs3</artifactId>
26-
<version>3.2.1-SNAPSHOT</version>
26+
<version>3.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>commons-jcs3-jcache</artifactId>
31-
<version>3.2.1-SNAPSHOT</version>
31+
<version>3.2.1</version>
3232
<name>Apache Commons JCS :: JCache</name>
3333

3434
<scm>
3535
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
3636
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
3737
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
38-
<tag>commons-jcs3-3.2-rc1</tag>
38+
<tag>commons-jcs3-3.2.1-rc2</tag>
3939
</scm>
4040

4141
<dependencies>
@@ -128,6 +128,6 @@
128128
</build>
129129

130130
<properties>
131-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
131+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
132132
</properties>
133133
</project>

commons-jcs-tck-tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.commons</groupId>
2525
<artifactId>commons-jcs3</artifactId>
26-
<version>3.2.1-SNAPSHOT</version>
26+
<version>3.2.1</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

@@ -34,15 +34,15 @@
3434
-->
3535

3636
<artifactId>commons-jcs3-jcache-tck</artifactId>
37-
<version>3.2.1-SNAPSHOT</version>
37+
<version>3.2.1</version>
3838

3939
<name>Apache Commons JCS :: JCache TCK</name>
4040

4141
<scm>
4242
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
4343
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
4444
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
45-
<tag>commons-jcs3-3.2-rc1</tag>
45+
<tag>commons-jcs3-3.2.1-rc2</tag>
4646
</scm>
4747

4848
<properties>
@@ -61,7 +61,7 @@
6161
<domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir>
6262
<domain-jar>domain.jar</domain-jar>
6363

64-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
64+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
6565
</properties>
6666

6767
<dependencies>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<artifactId>commons-jcs3</artifactId>
2828
<packaging>pom</packaging>
29-
<version>3.2.1-SNAPSHOT</version>
29+
<version>3.2.1</version>
3030

3131
<!--
3232
* Build with -PjcacheTck to run the JSR-107 TCK
@@ -54,6 +54,7 @@
5454
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
5555
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
5656
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
57+
<tag>commons-jcs3-3.2.1-rc2</tag>
5758
</scm>
5859

5960
<mailingLists>
@@ -579,7 +580,7 @@
579580
<doclint>none</doclint>
580581
<hamcrest.version>2.2</hamcrest.version>
581582

582-
<project.build.outputTimestamp>2024-04-04T12:47:24Z</project.build.outputTimestamp>
583+
<project.build.outputTimestamp>2024-04-20T09:29:01Z</project.build.outputTimestamp>
583584
</properties>
584585

585586
</project>

0 commit comments

Comments
 (0)