You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/05/21 23:38:39 UTC

svn commit: r947185 - in /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0: binaries/jaxws/pom.xml binaries/openejb/pom.xml services/smsgateway-corba/pom.xml

Author: nash
Date: Fri May 21 21:38:39 2010
New Revision: 947185

URL: http://svn.apache.org/viewvc?rev=947185&view=rev
Log:
Cleanup to avoid unnecessary differences in RC tag

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml?rev=947185&r1=947184&r2=947185&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml Fri May 21 21:38:39 2010
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>scatours-util-jaxws-runtime</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${pom.version}</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml?rev=947185&r1=947184&r2=947185&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml Fri May 21 21:38:39 2010
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>scatours-util-openejb-runtime</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>${pom.version}</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml?rev=947185&r1=947184&r2=947185&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml Fri May 21 21:38:39 2010
@@ -65,7 +65,7 @@
                             </includes>
                             <emitStubs>true</emitStubs>
                             <emitSkeletons>true</emitSkeletons>
-                            <compatible>false</compatible>
+                            <compatible>false</compatible>
                         </source>
                     </sources>
                     <sourceDirectory>${basedir}/src/main/resources</sourceDirectory>
@@ -73,4 +73,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>