[Yanel-commits] rev 49360 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Thu May 6 16:09:26 CEST 2010


Author: michi
Date: 2010-05-06 16:09:26 +0200 (Thu, 06 May 2010)
New Revision: 49360

Modified:
   public/yanel/trunk/src/build/pom-webapp.xml
Log:
version fixed

Modified: public/yanel/trunk/src/build/pom-webapp.xml
===================================================================
--- public/yanel/trunk/src/build/pom-webapp.xml	2010-05-06 13:14:42 UTC (rev 49359)
+++ public/yanel/trunk/src/build/pom-webapp.xml	2010-05-06 14:09:26 UTC (rev 49360)
@@ -14,13 +14,13 @@
     <dependency>
       <groupId>wyona-org-yanel</groupId>
       <artifactId>yanel-core</artifactId>
-      <version>1.0-dev-rREVISION</version>
+      <version>@VERSION@</version>
     </dependency>
 <!-- NOTE: The webapp actually depends on Neutron, but the code below somehow generates errors when building resources which depend on the webapp lib, such as for example the session manager resource
     <dependency>
       <groupId>wyona-org-neutron</groupId>
       <artifactId>wyona-neutron</artifactId>
-      <version>1.0-dev-rREVISION</version>
+      <version>@VERSION@</version>
     </dependency>
 -->
   </dependencies>



More information about the Yanel-commits mailing list