[jboss-svn-commits] JBL Code SVN: r34856 - in labs/jbossrules/branches/5.1.x: osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 23 21:32:13 EDT 2010


Author: tirelli
Date: 2010-08-23 21:32:12 -0400 (Mon, 23 Aug 2010)
New Revision: 34856

Modified:
   labs/jbossrules/branches/5.1.x/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/pom.xml
   labs/jbossrules/branches/5.1.x/pom.xml
Log:
fixing version references

Modified: labs/jbossrules/branches/5.1.x/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/pom.xml
===================================================================
--- labs/jbossrules/branches/5.1.x/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/pom.xml	2010-08-24 01:24:00 UTC (rev 34855)
+++ labs/jbossrules/branches/5.1.x/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/pom.xml	2010-08-24 01:32:12 UTC (rev 34856)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>drools</artifactId>
     <groupId>org.drools</groupId>
-    <version>5.1.1-SNAPSHOT</version>
+    <version>5.1.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: labs/jbossrules/branches/5.1.x/pom.xml
===================================================================
--- labs/jbossrules/branches/5.1.x/pom.xml	2010-08-24 01:24:00 UTC (rev 34855)
+++ labs/jbossrules/branches/5.1.x/pom.xml	2010-08-24 01:32:12 UTC (rev 34856)
@@ -7,7 +7,7 @@
    <packaging>pom</packaging>
    <name>Drools</name>
    <!-- TODO Use -SNAPSHOT instead of .SNAPSHOT (gives problems with building the drools eclipse plugin) -->
-   <version>5.1.1-SNAPSHOT</version>
+   <version>5.1.0</version>
    <description>A rule production system</description>
    <url>http://www.jboss.com/products/rules</url>
    <properties>



More information about the jboss-svn-commits mailing list