Skip to content

Commit 2d54b71

Browse files
committed
[maven-release-plugin] prepare release commons-jcs3-3.2.1-rc3
1 parent 5b6efe1 commit 2d54b71

File tree

7 files changed

+34
-27
lines changed

7 files changed

+34
-27
lines changed

commons-jcs-core/pom.xml

Lines changed: 5 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,8 @@
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-
</scm>
39+
<tag>commons-jcs3-3.2.1-rc3</tag>
40+
</scm>
4041

4142
<properties>
4243
<!-- generate report even if there are binary incompatible changes -->
@@ -49,7 +50,7 @@
4950
org.apache.http.*;resolution:=optional,
5051
org.apache.logging.log4j.*;resolution:=optional
5152
</commons.osgi.import>
52-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
5354
</properties>
5455

5556
<dependencies>

commons-jcs-dist/pom.xml

Lines changed: 5 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,8 @@
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-
</scm>
38+
<tag>commons-jcs3-3.2.1-rc3</tag>
39+
</scm>
3940

4041
<!-- NOTE: These dependency declarations are only required to sort this project to the
4142
end of the line in the multimodule build.
@@ -71,7 +72,7 @@
7172
</build>
7273

7374
<properties>
74-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
75+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
7576
<commons.release.isDistModule>true</commons.release.isDistModule>
7677
</properties>
7778

commons-jcs-jcache-extras/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@
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-
</scm>
36+
<tag>commons-jcs3-3.2.1-rc3</tag>
37+
</scm>
3738

3839
<dependencies>
3940
<dependency>
@@ -109,6 +110,6 @@
109110
</dependencies>
110111

111112
<properties>
112-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
113+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
113114
</properties>
114115
</project>

commons-jcs-jcache-openjpa/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,20 @@
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-
</scm>
36+
<tag>commons-jcs3-3.2.1-rc3</tag>
37+
</scm>
3738

3839
<dependencies>
3940
<dependency>
@@ -77,6 +78,6 @@
7778
</dependencies>
7879

7980
<properties>
80-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
8182
</properties>
8283
</project>

commons-jcs-jcache/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@
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-
</scm>
38+
<tag>commons-jcs3-3.2.1-rc3</tag>
39+
</scm>
3940

4041
<dependencies>
4142
<dependency>
@@ -127,6 +128,6 @@
127128
</build>
128129

129130
<properties>
130-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
131+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
131132
</properties>
132133
</project>

commons-jcs-tck-tests/pom.xml

Lines changed: 5 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,16 @@
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-
</scm>
45+
<tag>commons-jcs3-3.2.1-rc3</tag>
46+
</scm>
4647

4748
<properties>
4849

@@ -60,7 +61,7 @@
6061
<domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir>
6162
<domain-jar>domain.jar</domain-jar>
6263

63-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
64+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
6465
</properties>
6566

6667
<dependencies>

pom.xml

Lines changed: 4 additions & 3 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,7 +54,8 @@
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-
</scm>
57+
<tag>commons-jcs3-3.2.1-rc3</tag>
58+
</scm>
5859

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

582-
<project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
583+
<project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
583584
</properties>
584585

585586
</project>

0 commit comments

Comments
 (0)