You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2021/12/23 15:37:35 UTC

[commons-jcs] 02/06: Update release parameters

This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit c5807ba1c9b00a9863d4eb557c78dbbed83f0a7e
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Thu Dec 23 16:09:55 2021 +0100

    Update release parameters
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d4f8cf..fca8cb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,6 +510,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>3.3.1</version>
             <configuration>
               <aggregate>true</aggregate>
             </configuration>
@@ -531,7 +532,6 @@
               <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
             </configuration>
           </plugin>
-
         </plugins>
       </build>
     </profile>
@@ -547,8 +547,8 @@
     <commons.componentid>jcs</commons.componentid>
     <commons.osgi.symbolicName>org.apache.commons.${project.artifactId}</commons.osgi.symbolicName>
     <commons.module.name>org.apache.commons.jcs3</commons.module.name>
-    <commons.release.version>3.0</commons.release.version>
-    <commons.release.name>commons-jcs3-dist-3.0</commons.release.name>
+    <commons.release.version>3.1</commons.release.version>
+    <commons.release.name>commons-jcs3-dist-3.1</commons.release.name>
     <commons.release.desc>(Java 8+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>