You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ja...@apache.org on 2023/02/04 12:54:38 UTC

svn commit: r1907280 - /cocoon/subprojects/cocoon-jnet/trunk/pom.xml

Author: javier
Date: Sat Feb  4 12:54:37 2023
New Revision: 1907280

URL: http://svn.apache.org/viewvc?rev=1907280&view=rev
Log:
Bump parent version to 10 and subproject's dependencies to latest version.

Modified:
    cocoon/subprojects/cocoon-jnet/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-jnet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-jnet/trunk/pom.xml?rev=1907280&r1=1907279&r2=1907280&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-jnet/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-jnet/trunk/pom.xml Sat Feb  4 12:54:37 2023
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
     <relativePath />
   </parent>
 
@@ -60,14 +60,14 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-configuration-api</artifactId>
-      <version>1.0.5-SNAPSHOT</version>
+      <version>1.0.5</version>
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-spring-configurator</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.2</version>
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>