Author: ruwan
Date: Sat Jul  4 13:06:33 2009
New Revision: 40809
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40809

Log:
Fixing the rule version


Modified:
   branches/esb/java/2.1/product/modules/distribution/pom.xml
   branches/esb/java/2.1/product/modules/distribution/src/main/assembly/dist.xml

Modified: branches/esb/java/2.1/product/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/distribution/pom.xml?rev=40809&r1=40808&r2=40809&view=diff
==============================================================================
--- branches/esb/java/2.1/product/modules/distribution/pom.xml  (original)
+++ branches/esb/java/2.1/product/modules/distribution/pom.xml  Sat Jul  4 
13:06:33 2009
@@ -529,13 +529,13 @@
         <!--Rule mediator dependency -->
         <dependency>
             <groupId>org.wso2.rule</groupId>
-            <artifactId>rule-core</artifactId>
-            <version>1.0.0.SNAPSHOT</version>
+            <artifactId>wso2rule-core</artifactId>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.rule</groupId>
-            <artifactId>rule-mediator</artifactId>
-            <version>1.0.0.SNAPSHOT</version>
+            <artifactId>wso2rule-mediator</artifactId>
+            <version>1.0.0</version>
         </dependency>
 
         <!--Drools dependency-->

Modified: 
branches/esb/java/2.1/product/modules/distribution/src/main/assembly/dist.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/distribution/src/main/assembly/dist.xml?rev=40809&r1=40808&r2=40809&view=diff
==============================================================================
--- 
branches/esb/java/2.1/product/modules/distribution/src/main/assembly/dist.xml   
    (original)
+++ 
branches/esb/java/2.1/product/modules/distribution/src/main/assembly/dist.xml   
    Sat Jul  4 13:06:33 2009
@@ -62,8 +62,8 @@
                 <include>joda-time.wso2:joda-time:jar</include>
                 <include>org.antlr.wso2:antlr-runtime:jar</include>
                 <include>janino.wso2:janino:jar</include>
-                <include>org.wso2.rule:rule-core:jar</include>
-                <include>org.wso2.rule:rule-mediator:jar</include>
+                <include>org.wso2.rule:wso2rule-core:jar</include>
+                <include>org.wso2.rule:wso2rule-mediator:jar</include>
             </includes>
         </dependencySet>
 

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to