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 05a43c83 [maven-release-plugin] prepare for next development iteration 05a43c83 is described below commit 05a43c832187fa77619ff34b6dd7ab8805274855 Author: Thomas Vandahl <t...@apache.org> AuthorDate: Sun Feb 5 17:06:14 2023 +0100 [maven-release-plugin] prepare for next development iteration --- commons-jcs-core/pom.xml | 6 +++--- commons-jcs-dist/pom.xml | 6 +++--- commons-jcs-jcache-extras/pom.xml | 6 +++--- commons-jcs-jcache-openjpa/pom.xml | 6 +++--- commons-jcs-jcache/pom.xml | 6 +++--- commons-jcs-tck-tests/pom.xml | 6 +++--- pom.xml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml index bed2fe56..d38a6977 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</version> + <version>3.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-core</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Commons JCS :: Core</name> @@ -51,7 +51,7 @@ org.apache.http.*;resolution=optional, org.apache.logging.log4j.*;resolution=optional </commons.osgi.import> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml index 17664c3a..b9cf8524 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</version> + <version>3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-dist</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons JCS :: Distribution</name> <description>Creates the Apache Commons JCS multimodule distribution.</description> @@ -72,7 +72,7 @@ </build> <properties> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</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 cc5f3eaa..bd997b64 100644 --- a/commons-jcs-jcache-extras/pom.xml +++ b/commons-jcs-jcache-extras/pom.xml @@ -21,12 +21,12 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-extras</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <name>Apache Commons JCS :: JCache Extras</name> <scm> @@ -110,6 +110,6 @@ </dependencies> <properties> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-jcache-openjpa/pom.xml b/commons-jcs-jcache-openjpa/pom.xml index b06b6748..8d37256f 100644 --- a/commons-jcs-jcache-openjpa/pom.xml +++ b/commons-jcs-jcache-openjpa/pom.xml @@ -21,12 +21,12 @@ <parent> <artifactId>commons-jcs3</artifactId> <groupId>org.apache.commons</groupId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-jcs3-jcache-openjpa</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <name>Apache Commons JCS :: JCache OpenJPA</name> <scm> @@ -78,6 +78,6 @@ </dependencies> <properties> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml index c29b59e8..2f138fe2 100644 --- a/commons-jcs-jcache/pom.xml +++ b/commons-jcs-jcache/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-jcs3</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>commons-jcs3-jcache</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <name>Apache Commons JCS :: JCache</name> <scm> @@ -128,6 +128,6 @@ </build> <properties> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> </project> diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml index bafa5943..0950a18f 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</version> + <version>3.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -34,7 +34,7 @@ --> <artifactId>commons-jcs3-jcache-tck</artifactId> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <name>Apache Commons JCS :: JCache TCK</name> @@ -61,7 +61,7 @@ <domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir> <domain-jar>domain.jar</domain-jar> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> <dependencies> diff --git a/pom.xml b/pom.xml index 9febcbd0..ac9cf527 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <artifactId>commons-jcs3</artifactId> <packaging>pom</packaging> - <version>3.2</version> + <version>3.3-SNAPSHOT</version> <!-- * Build with -PjcacheTck to run the JSR-107 TCK @@ -560,7 +560,7 @@ <doclint>none</doclint> <hamcrest.version>2.2</hamcrest.version> - <project.build.outputTimestamp>2023-02-05T15:38:09Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-02-05T16:06:14Z</project.build.outputTimestamp> </properties> </project>