Author: gnodet
Date: Mon Jan 29 00:57:29 2007
New Revision: 500976

URL: http://svn.apache.org/viewvc?view=rev&rev=500976
Log:
Prepare samples and archetypes for 3.1 release

Modified:
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-eip-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-provider-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml
    
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/basic/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/bridge/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/ws-sec/pom.xml
    incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-binding-component/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,28 +38,11 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
          <xbean-version>2.8</xbean-version>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-eip-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-eip-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-eip-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-eip-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-embedded-simple/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -30,23 +30,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -54,30 +37,13 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
   <dependencies>   
   </dependencies>
        <properties>
          <xbean-version>2.8</xbean-version>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <build>
        <resources>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-consumer-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-provider-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-provider-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-provider-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-http-provider-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jms-provider-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-annotated-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,28 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-               <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
-               <xfire-version>1.2.3</xfire-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
        <dependencies>
                <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-jsr181-wsdl-first-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -32,23 +32,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -56,28 +39,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <xfire-version>1.2.3</xfire-version>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
        <dependencies>
                <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-lwcontainer-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-ode-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,28 +38,11 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
+         <servicemix-version>3.1-incubating</servicemix-version>
     <componentName>OdeBpelEngine</componentName>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>      
  
        </properties>
   <dependencies> 
   </dependencies>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xquery-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-saxon-xslt-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-assembly/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>    
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-engine/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,28 +38,11 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
+         <servicemix-version>3.1-incubating</servicemix-version>
          <xbean-version>2.8</xbean-version>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-service-unit/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
incubator/servicemix/branches/servicemix-3.1/archetypes/servicemix-shared-library/src/main/resources/archetype-resources/pom.xml
 Mon Jan 29 00:57:29 2007
@@ -31,23 +31,6 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
@@ -55,27 +38,10 @@
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
        <properties>
-         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
+         <servicemix-version>3.1-incubating</servicemix-version>
        </properties>
   <dependencies>
     <dependency>

Modified: incubator/servicemix/branches/servicemix-3.1/samples/basic/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/basic/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/basic/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/basic/pom.xml Mon Jan 
29 00:57:29 2007
@@ -31,53 +31,19 @@
     <artifactId>basic</artifactId>
     <name>ServiceMix :: Samples :: Basic</name>
 
-    <!-- Add ServiceMix repositories for snaphots and releases -->
+    <!-- Add ServiceMix repository -->
     <pluginRepositories>
       <pluginRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </pluginRepository>
     </pluginRepositories>
     <repositories>
       <repository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </repository>
     </repositories>
 

Modified: incubator/servicemix/branches/servicemix-3.1/samples/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/bridge/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/bridge/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/bridge/pom.xml Mon Jan 
29 00:57:29 2007
@@ -40,53 +40,19 @@
       <module>bridge-sa</module>
     </modules>
 
-    <!-- Add ServiceMix repositories for snaphots and releases -->
+    <!-- Add ServiceMix repository -->
     <pluginRepositories>
       <pluginRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </pluginRepository>
     </pluginRepositories>
     <repositories>
       <repository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </repository>
     </repositories>
 

Modified: 
incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/loan-broker/pom.xml 
Mon Jan 29 00:57:29 2007
@@ -32,53 +32,19 @@
     <name>ServiceMix :: Samples :: Loan Broker</name>
     <packaging>pom</packaging>
     
-    <!-- Add ServiceMix repositories for snaphots and releases -->
+    <!-- Add ServiceMix repository -->
     <pluginRepositories>
       <pluginRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </pluginRepository>
     </pluginRepositories>
     <repositories>
       <repository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </repository>
     </repositories>
     

Modified: 
incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/servicemix-web/pom.xml 
Mon Jan 29 00:57:29 2007
@@ -32,53 +32,19 @@
   <packaging>war</packaging>
   <name>ServiceMix :: Samples :: Web</name>
   
-  <!-- Add ServiceMix repositories for snaphots and releases -->
+  <!-- Add ServiceMix repository -->
   <pluginRepositories>
     <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-    <pluginRepository>
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
     </pluginRepository>
   </pluginRepositories>
   <repositories>
     <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshots Repository</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-         <enabled>false</enabled>
-      </releases>
-    </repository>
-    <repository>
       <id>apache.incubating</id>
       <name>Apache Incubating Repository</name>
       <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-         <enabled>true</enabled>
-      </releases>
     </repository>
   </repositories>
 

Modified: incubator/servicemix/branches/servicemix-3.1/samples/ws-sec/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/ws-sec/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/ws-sec/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/ws-sec/pom.xml Mon Jan 
29 00:57:29 2007
@@ -31,53 +31,19 @@
     <artifactId>ws-sec</artifactId>
     <name>ServiceMix :: Samples :: WS-Sec</name>
 
-    <!-- Add ServiceMix repositories for snaphots and releases -->
+    <!-- Add ServiceMix repository -->
     <pluginRepositories>
       <pluginRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </pluginRepository>
     </pluginRepositories>
     <repositories>
       <repository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </repository>
     </repositories>
 

Modified: 
incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml?view=diff&rev=500976&r1=500975&r2=500976
==============================================================================
--- incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml 
(original)
+++ incubator/servicemix/branches/servicemix-3.1/samples/wsdl-first/pom.xml Mon 
Jan 29 00:57:29 2007
@@ -32,53 +32,19 @@
     <name>ServiceMix :: Samples :: WSDL first</name>
     <packaging>pom</packaging>
     
-    <!-- Add ServiceMix repositories for snaphots and releases -->
+    <!-- Add ServiceMix repository -->
     <pluginRepositories>
       <pluginRepository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </pluginRepository>
-      <pluginRepository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </pluginRepository>
     </pluginRepositories>
     <repositories>
       <repository>
-        <id>apache.snapshots</id>
-        <name>Apache Snapshots Repository</name>
-        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-        <snapshots>
-          <enabled>true</enabled>
-        </snapshots>
-        <releases>
-           <enabled>false</enabled>
-        </releases>
-      </repository>
-      <repository>
         <id>apache.incubating</id>
         <name>Apache Incubating Repository</name>
         <url>http://people.apache.org/repo/m2-incubating-repository</url>
-        <snapshots>
-          <enabled>false</enabled>
-        </snapshots>
-        <releases>
-           <enabled>true</enabled>
-        </releases>
       </repository>
     </repositories>
     


Reply via email to