Author: kstam
Date: Tue May  5 13:47:56 2009
New Revision: 771727

URL: http://svn.apache.org/viewvc?rev=771727&view=rev
Log:
Switching the version to 1.1 SNAPSHOT

Modified:
    webservices/scout/trunk/jaxr-api/pom.xml
    webservices/scout/trunk/pom.xml
    webservices/scout/trunk/scout/pom.xml

Modified: webservices/scout/trunk/jaxr-api/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/trunk/jaxr-api/pom.xml?rev=771727&r1=771726&r2=771727&view=diff
==============================================================================
--- webservices/scout/trunk/jaxr-api/pom.xml (original)
+++ webservices/scout/trunk/jaxr-api/pom.xml Tue May  5 13:47:56 2009
@@ -7,11 +7,11 @@
     <parent>
         <groupId>org.apache.ws.scout</groupId>
         <artifactId>scout-parent</artifactId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <artifactId>jaxr-api</artifactId>
     <name>JAXR API</name>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <description>The JAXR API</description>
     <dependencies>
         <dependency>

Modified: webservices/scout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/trunk/pom.xml?rev=771727&r1=771726&r2=771727&view=diff
==============================================================================
--- webservices/scout/trunk/pom.xml (original)
+++ webservices/scout/trunk/pom.xml Tue May  5 13:47:56 2009
@@ -5,7 +5,7 @@
   <artifactId>scout-parent</artifactId>
   <packaging>pom</packaging>
   <name>Scout</name>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <description>Apache Scout is an implementation of the JSR 93 - JavaTM API for
                XML Registries 1.0 (JAXR)</description>
   <url>http://ws.apache.org/scout/</url>
@@ -144,6 +144,15 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
+      
     </plugins>
   </build>
   <profiles>
@@ -204,6 +213,19 @@
               
<tagBase>http://svn.apache.org/repos/asf/webservices/scout/tags/</tagBase>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          
         </plugins>
       </build>
     </profile>
@@ -212,7 +234,7 @@
       <activation>
         <property>
           <name>rc</name>
-          <value>1.0rc2</value>
+          <value>1.1rc1</value>
         </property>
       </activation>
       <build>

Modified: webservices/scout/trunk/scout/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/scout/trunk/scout/pom.xml?rev=771727&r1=771726&r2=771727&view=diff
==============================================================================
--- webservices/scout/trunk/scout/pom.xml (original)
+++ webservices/scout/trunk/scout/pom.xml Tue May  5 13:47:56 2009
@@ -6,11 +6,11 @@
        <parent>
                <groupId>org.apache.ws.scout</groupId>
                <artifactId>scout-parent</artifactId>
-               <version>1.0</version>
+               <version>1.1-SNAPSHOT</version>
        </parent>
        <artifactId>scout</artifactId>
        <name>Scout Implementation</name>
-       <version>1.0</version>
+       <version>1.1-SNAPSHOT</version>
        <description>
                Apache Scout is an implementation of the JSR 93 - JavaTM API for
                XML Registries 1.0 (JAXR)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to