Author: mbenson
Date: Wed Oct 12 00:03:43 2016
New Revision: 1764367

URL: http://svn.apache.org/viewvc?rev=1764367&view=rev
Log:
upgrade to latest commons-parent release and set up for 1.3 RC1

Modified:
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1764367&r1=1764366&r2=1764367&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Wed Oct 12 00:03:43 2016
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>39</version>
+    <version>41</version>
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
@@ -48,9 +48,9 @@ under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
     <commons.componentid>weaver</commons.componentid>
-    <commons.release.version>1.2</commons.release.version>
+    <commons.release.version>1.3</commons.release.version>
     
<commons.release.name>commons-weaver-${commons.release.version}</commons.release.name>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>WEAVER</commons.jira.id>
     <commons.jira.pid>12315320</commons.jira.pid>
     <commons.site.path>commons-weaver</commons.site.path>


Reply via email to