You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/08/06 13:37:27 UTC

svn commit: r801607 - /incubator/shindig/trunk/java/samples/pom.xml

Author: vsiveton
Date: Thu Aug  6 11:37:26 2009
New Revision: 801607

URL: http://svn.apache.org/viewvc?rev=801607&view=rev
Log:
o be sure to use the current version for shindig-common/shindig-social-api test artifacts

Modified:
    incubator/shindig/trunk/java/samples/pom.xml

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=801607&r1=801606&r2=801607&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Thu Aug  6 11:37:26 2009
@@ -184,14 +184,14 @@
     <dependency>
       <groupId>org.apache.shindig</groupId>
       <artifactId>shindig-common</artifactId>
-      <version>1.1-BETA2-incubating-SNAPSHOT</version>
+      <version>${project.parent.version}</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.shindig</groupId>
       <artifactId>shindig-social-api</artifactId>
-      <version>1.1-BETA2-incubating-SNAPSHOT</version>
+      <version>${project.parent.version}</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>