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 13:03:23 UTC

svn commit: r1907290 - /cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml

Author: javier
Date: Sat Feb  4 13:03:23 2023
New Revision: 1907290

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

Modified:
    cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml

Modified: cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml?rev=1907290&r1=1907289&r2=1907290&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-servlet-service-impl/trunk/pom.xml Sat Feb  4 13:03:23 2023
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>10-SNAPSHOT</version>
+    <version>10</version>
     <relativePath />
   </parent>
   <artifactId>cocoon-servlet-service-impl</artifactId>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-spring-configurator</artifactId>
-      <version>2.2.2-SNAPSHOT</version>
+      <version>2.2.2</version>
       <scope>compile</scope>
     </dependency>
     <!-- Spring Framework -->