Author: ieb
Date: Sun Nov 23 16:05:25 2008
New Revision: 720073

URL: http://svn.apache.org/viewvc?rev=720073&view=rev
Log:
Some fixes to the version numbers in projects that are not part of the main 
build.

Modified:
    incubator/shindig/branches/0.8.1-x/assembly/pom.xml
    incubator/shindig/branches/0.8.1-x/java/samples/pom.xml
    incubator/shindig/branches/0.8.1-x/pom.xml

Modified: incubator/shindig/branches/0.8.1-x/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/assembly/pom.xml?rev=720073&r1=720072&r2=720073&view=diff
==============================================================================
--- incubator/shindig/branches/0.8.1-x/assembly/pom.xml (original)
+++ incubator/shindig/branches/0.8.1-x/assembly/pom.xml Sun Nov 23 16:05:25 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>0.8.1-1-SNAPSHOT</version>
     <relativePath>../java/pom.xml</relativePath>
   </parent>
 

Modified: incubator/shindig/branches/0.8.1-x/java/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java/samples/pom.xml?rev=720073&r1=720072&r2=720073&view=diff
==============================================================================
--- incubator/shindig/branches/0.8.1-x/java/samples/pom.xml (original)
+++ incubator/shindig/branches/0.8.1-x/java/samples/pom.xml Sun Nov 23 16:05:25 
2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>0.8.1-1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: incubator/shindig/branches/0.8.1-x/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/pom.xml?rev=720073&r1=720072&r2=720073&view=diff
==============================================================================
--- incubator/shindig/branches/0.8.1-x/pom.xml (original)
+++ incubator/shindig/branches/0.8.1-x/pom.xml Sun Nov 23 16:05:25 2008
@@ -324,13 +324,13 @@
         <dependency>
           <groupId>org.apache.shindig</groupId>
           <artifactId>shindig-gadgets</artifactId>
-          <version>1-SNAPSHOT</version>
+          <version>${project.version}</version>
         </dependency>
 
         <dependency>
           <groupId>org.apache.shindig</groupId>
           <artifactId>shindig-social-api</artifactId>
-          <version>1-SNAPSHOT</version>
+          <version>${project.version}</version>
         </dependency>
 
         <!-- external dependencies -->


Reply via email to