You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ip...@apache.org on 2005/11/22 21:16:22 UTC

svn commit: r348235 - in /webservices/muse/trunk: advertiser-xbeans/project.properties advertiser-xbeans/project.xml wsdm-xbeans/project.xml

Author: ips
Date: Tue Nov 22 12:16:18 2005
New Revision: 348235

URL: http://svn.apache.org/viewcvs?rev=348235&view=rev
Log:
changed project version from SNAPSHOT to 1.0

Modified:
    webservices/muse/trunk/advertiser-xbeans/project.properties
    webservices/muse/trunk/advertiser-xbeans/project.xml
    webservices/muse/trunk/wsdm-xbeans/project.xml

Modified: webservices/muse/trunk/advertiser-xbeans/project.properties
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/advertiser-xbeans/project.properties?rev=348235&r1=348234&r2=348235&view=diff
==============================================================================
--- webservices/muse/trunk/advertiser-xbeans/project.properties (original)
+++ webservices/muse/trunk/advertiser-xbeans/project.properties Tue Nov 22 12:16:18 2005
@@ -7,7 +7,7 @@
 # MAVEN CORE
 ##############
 # comma-spearated list of remote JAR repository URLs
-maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/
+maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/, http://people.apache.org/~ips/maven-repo/
 
 # JAVA PLUGIN
 ##############

Modified: webservices/muse/trunk/advertiser-xbeans/project.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/advertiser-xbeans/project.xml?rev=348235&r1=348234&r2=348235&view=diff
==============================================================================
--- webservices/muse/trunk/advertiser-xbeans/project.xml (original)
+++ webservices/muse/trunk/advertiser-xbeans/project.xml Tue Nov 22 12:16:18 2005
@@ -12,7 +12,7 @@
   <name>XMLBeans for the Registry types</name>
   <id>advertiser-xbeans</id>
   <groupId>muse</groupId>
-  <currentVersion>SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -23,15 +23,7 @@
         <developerConnection>scm|svn|https://svn.apache.org/repos/asf/incubator/muse/trunk/</developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/incubator/muse/trunk/</url>
   </repository> 
-  
-  <versions>
-    <version>
-      <id>1_0-beta1</id>
-      <name>1.0-beta1</name>
-      <tag>HEAD</tag>
-    </version>
-  </versions>
-    
+      
   <developers>
 
     <developer>
@@ -72,24 +64,12 @@
         <usage>Needed for handling XML types in a platform agnostic way.</usage>
       </properties>
     </dependency>       
-<!--    
-    <dependency>
-      <groupId>xmlbeans</groupId>
-      <artifactId>xbean</artifactId>
-      <version>1.0.4</version>
-      <url>http://xmlbeans.apache.org/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Used to generate XMLBeans</usage>
-      </properties>
-    </dependency>        
--->    
+
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsa-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <usage>XMLBeans for WSA spec types</usage>
@@ -100,8 +80,8 @@
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsrf-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <usage>XMLBeans for WSRF spec types</usage>
@@ -112,8 +92,8 @@
     <dependency>
       <groupId>muse</groupId>
       <artifactId>wsdm-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/muse/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <usage>XMLBeans for WSDM spec types</usage>
@@ -124,14 +104,15 @@
     <dependency> 
 	<groupId>pubscribe</groupId>
 	<artifactId>wsn-xbeans</artifactId>
-	<version>SNAPSHOT</version>
-	<url>http://ws.apache.org/ws-fx/pubscribe/</url>
+	<version>1.0</version>
+	<url>http://ws.apache.org/pubscribe/</url>
 	<properties>
 	    <license>ApacheLicense-2.0.txt</license>
 	    <usage>XMLBeans for WSN spec types</usage>
 	    <war.bundle>true</war.bundle>
 	</properties>
     </dependency>
+    
   </dependencies>
 
 </project>

Modified: webservices/muse/trunk/wsdm-xbeans/project.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/wsdm-xbeans/project.xml?rev=348235&r1=348234&r2=348235&view=diff
==============================================================================
--- webservices/muse/trunk/wsdm-xbeans/project.xml (original)
+++ webservices/muse/trunk/wsdm-xbeans/project.xml Tue Nov 22 12:16:18 2005
@@ -12,7 +12,7 @@
   <name>XMLBeans for the WSDM spec types</name>
   <id>wsdm-xbeans</id>
   <groupId>muse</groupId>
-  <currentVersion>SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -23,15 +23,7 @@
         <developerConnection>scm|svn|https://svn.apache.org/repos/asf/incubator/muse/trunk/</developerConnection>
         <url>http://svn.apache.org/viewcvs.cgi/incubator/muse/trunk/</url>
   </repository> 
-  
-  <versions>
-    <version>
-      <id>1_0-beta1</id>
-      <name>1.0-beta1</name>
-      <tag>HEAD</tag>
-    </version>
-  </versions>
-    
+      
   <developers>
 
     <developer>
@@ -72,24 +64,12 @@
         <usage>Needed for handling XML types in a platform agnostic way.</usage>
       </properties>
     </dependency>       
-<!--    
-    <dependency>
-      <groupId>xmlbeans</groupId>
-      <artifactId>xbean</artifactId>
-      <version>1.0.4</version>
-      <url>http://xmlbeans.apache.org/</url>
-      <properties>
-        <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
-        <usage>Used to generate XMLBeans</usage>
-      </properties>
-    </dependency>        
--->    
+
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsa-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <usage>XMLBeans for WSA spec types</usage>
@@ -100,8 +80,8 @@
     <dependency>
       <groupId>wsrf</groupId>
       <artifactId>wsrf-xbeans</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://ws.apache.org/ws-fx/wsrf/</url>
+      <version>1.0</version>
+      <url>http://ws.apache.org/wsrf/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <usage>XMLBeans for WSRF spec types</usage>