svn commit: r1907275 - /cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml
[email protected] Sat, 04 Feb 2023 12:49:02 -0000
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: javier
Date: Sat Feb 4 12:49:02 2023
New Revision: 1907275
URL: http://svn.apache.org/viewvc?rev=1907275&view=rev
Log:
Bump parent version to 10 and subproject's dependencies to latest version.
Modified:
cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml
Modified: cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml?rev=1907275&r1=1907274&r2=1907275&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-spring-configurator/trunk/pom.xml Sat Feb 4 12:49:02 2023
@@ -26,7 +26,7 @@
<parent>
<artifactId>cocoon</artifactId>
<groupId>org.apache.cocoon</groupId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
<relativePath />
</parent>
<artifactId>cocoon-spring-configurator</artifactId>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-configuration-api</artifactId>
- <version>1.0.4</version>
+ <version>1.0.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>