[maven-release-plugin] prepare release commons-jcs3-3.2.1-rc3
diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index 0c35cab..c6212ce 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-jcs3-core</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<packaging>jar</packaging>
<name>Apache Commons JCS :: Core</name>
@@ -36,7 +36,8 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<properties>
<!-- generate report even if there are binary incompatible changes -->
@@ -49,7 +50,7 @@
org.apache.http.*;resolution:=optional,
org.apache.logging.log4j.*;resolution:=optional
</commons.osgi.import>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
<dependencies>
diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml
index 05f40dc..2cced17 100644
--- a/commons-jcs-dist/pom.xml
+++ b/commons-jcs-dist/pom.xml
@@ -21,12 +21,12 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-dist</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<packaging>pom</packaging>
<name>Apache Commons JCS :: Distribution</name>
<description>Creates the Apache Commons JCS multimodule distribution.</description>
@@ -35,7 +35,8 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<!-- NOTE: These dependency declarations are only required to sort this project to the
end of the line in the multimodule build.
@@ -71,7 +72,7 @@
</build>
<properties>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
<commons.release.isDistModule>true</commons.release.isDistModule>
</properties>
diff --git a/commons-jcs-jcache-extras/pom.xml b/commons-jcs-jcache-extras/pom.xml
index f498f70..689f642 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -21,19 +21,20 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-jcache-extras</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<name>Apache Commons JCS :: JCache Extras</name>
<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<dependencies>
<dependency>
@@ -109,6 +110,6 @@
</dependencies>
<properties>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
</project>
diff --git a/commons-jcs-jcache-openjpa/pom.xml b/commons-jcs-jcache-openjpa/pom.xml
index c70e7b8..58f248e 100644
--- a/commons-jcs-jcache-openjpa/pom.xml
+++ b/commons-jcs-jcache-openjpa/pom.xml
@@ -21,19 +21,20 @@
<parent>
<artifactId>commons-jcs3</artifactId>
<groupId>org.apache.commons</groupId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-jcs3-jcache-openjpa</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<name>Apache Commons JCS :: JCache OpenJPA</name>
<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<dependencies>
<dependency>
@@ -77,6 +78,6 @@
</dependencies>
<properties>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
</project>
diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml
index d5cb131..f0e1f67 100644
--- a/commons-jcs-jcache/pom.xml
+++ b/commons-jcs-jcache/pom.xml
@@ -23,19 +23,20 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-jcs3-jcache</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<name>Apache Commons JCS :: JCache</name>
<scm>
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<dependencies>
<dependency>
@@ -127,6 +128,6 @@
</build>
<properties>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
</project>
diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml
index 4ebab56..c398a28 100644
--- a/commons-jcs-tck-tests/pom.xml
+++ b/commons-jcs-tck-tests/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jcs3</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
-->
<artifactId>commons-jcs3-jcache-tck</artifactId>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<name>Apache Commons JCS :: JCache TCK</name>
@@ -42,7 +42,8 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<properties>
@@ -60,7 +61,7 @@
<domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir>
<domain-jar>domain.jar</domain-jar>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index c2086a5..5bfbcfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<artifactId>commons-jcs3</artifactId>
<packaging>pom</packaging>
- <version>3.2.1-SNAPSHOT</version>
+ <version>3.2.1</version>
<!--
* Build with -PjcacheTck to run the JSR-107 TCK
@@ -54,7 +54,8 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-jcs.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jcs.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</url>
- </scm>
+ <tag>commons-jcs3-3.2.1-rc3</tag>
+ </scm>
<mailingLists>
<mailingList>
@@ -579,7 +580,7 @@
<doclint>none</doclint>
<hamcrest.version>2.2</hamcrest.version>
- <project.build.outputTimestamp>2024-04-20T09:38:17Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-27T17:37:13Z</project.build.outputTimestamp>
</properties>
</project>