This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch release-3.2 in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/release-3.2 by this push: new 44af03d0 [maven-release-plugin] prepare release commons-jcs3-3.2 44af03d0 is described below commit 44af03d0927460e87e74e1f4ade9f4a4635fa06a Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Jan 8 21:02:22 2023 +0100 [maven-release-plugin] prepare release commons-jcs3-3.2 --- commons-jcs-core/pom.xml | 7 ++++--- commons-jcs-dist/pom.xml | 7 ++++--- commons-jcs-jcache-extras/pom.xml | 7 ++++--- commons-jcs-jcache-openjpa/pom.xml | 7 ++++--- commons-jcs-jcache/pom.xml | 7 ++++--- commons-jcs-tck-tests/pom.xml | 7 ++++--- pom.xml | 5 +++-- 7 files changed, 27 insertions(+), 20 deletions(-) diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml index ad51adfc..c322cd3f 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-SNAPSHOT</version> + <version>3.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-core</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> <packaging>jar</packaging> <name>Apache Commons JCS :: Core</name> @@ -36,6 +36,7 @@ <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> + <tag>commons-jcs3-3.2</tag> </scm> <properties> @@ -51,7 +52,7 @@ org.apache.http.*;resolution=optional, org.apache.logging.log4j.*;resolution=optional </commons.osgi.import> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml index 2f31ceb4..6f719890 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-SNAPSHOT</version> + <version>3.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-dist</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> <packaging>pom</packaging> <name>Apache Commons JCS :: Distribution</name> <description>Creates the Apache Commons JCS multimodule distribution.</description> @@ -35,6 +35,7 @@ <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> + <tag>commons-jcs3-3.2</tag> </scm> <!-- NOTE: These dependency declarations are only required to sort this project to the @@ -71,7 +72,7 @@ </build> <properties> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> <profiles> diff --git a/commons-jcs-jcache-extras/pom.xml b/commons-jcs-jcache-extras/pom.xml index ceded2f9..7e7b7ccd 100644 --- a/commons-jcs-jcache-extras/pom.xml +++ b/commons-jcs-jcache-extras/pom.xml @@ -21,18 +21,19 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-extras</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</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> + <tag>commons-jcs3-3.2</tag> </scm> <dependencies> @@ -109,6 +110,6 @@ </dependencies> <properties> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-jcache-openjpa/pom.xml b/commons-jcs-jcache-openjpa/pom.xml index b9f542c9..5f6d0eae 100644 --- a/commons-jcs-jcache-openjpa/pom.xml +++ b/commons-jcs-jcache-openjpa/pom.xml @@ -21,18 +21,19 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-openjpa</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</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> + <tag>commons-jcs3-3.2</tag> </scm> <dependencies> @@ -77,6 +78,6 @@ </dependencies> <properties> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml index 51d3ec32..27da180e 100644 --- a/commons-jcs-jcache/pom.xml +++ b/commons-jcs-jcache/pom.xml @@ -23,18 +23,19 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs3</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-jcache</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</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> + <tag>commons-jcs3-3.2</tag> </scm> <dependencies> @@ -127,6 +128,6 @@ </build> <properties> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml index 55091a4e..0b3a5f16 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-SNAPSHOT</version> + <version>3.2</version> <relativePath>../pom.xml</relativePath> </parent> @@ -34,7 +34,7 @@ --> <artifactId>commons-jcs3-jcache-tck</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> <name>Apache Commons JCS :: JCache TCK</name> @@ -42,6 +42,7 @@ <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> + <tag>commons-jcs3-3.2</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>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 7614e498..1cfa3c6c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <artifactId>commons-jcs3</artifactId> <packaging>pom</packaging> - <version>3.2-SNAPSHOT</version> + <version>3.2</version> <!-- * Build with -PjcacheTck to run the JSR-107 TCK @@ -54,6 +54,7 @@ <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> + <tag>commons-jcs3-3.2</tag> </scm> <mailingLists> @@ -557,7 +558,7 @@ <doclint>none</doclint> <hamcrest.version>2.2</hamcrest.version> - <project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-08T19:56:24Z</project.build.outputTimestamp> </properties> </project>