Author: wsmoak
Date: Thu Aug  3 19:36:46 2006
New Revision: 428594

URL: http://svn.apache.org/viewvc?rev=428594&view=rev
Log:
Changed the blank archetype's version number to 1.0.3-SNAPSHOT to match the 
framework version.
This can be released shortly after Shale 1.0.3 is finalized.
If an additional release of the archetype is necessary, use version 1.0.3.1 or 
1.0.3b.
Fixed the repository URL, and clarified the Cargo usage comment in the pom.

Modified:
    shale/maven/trunk/archetypes/shale-archetype-blank/pom.xml
    
shale/maven/trunk/archetypes/shale-archetype-blank/src/main/resources/archetype-resources/pom.xml

Modified: shale/maven/trunk/archetypes/shale-archetype-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/maven/trunk/archetypes/shale-archetype-blank/pom.xml?rev=428594&r1=428593&r2=428594&view=diff
==============================================================================
--- shale/maven/trunk/archetypes/shale-archetype-blank/pom.xml (original)
+++ shale/maven/trunk/archetypes/shale-archetype-blank/pom.xml Thu Aug  3 
19:36:46 2006
@@ -11,7 +11,7 @@
 
    <groupId>org.apache.shale</groupId>
    <artifactId>shale-archetype-blank</artifactId>
-   <version>1.0-SNAPSHOT</version>
+   <version>1.0.3-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>Shale Blank Archetype</name>
 

Modified: 
shale/maven/trunk/archetypes/shale-archetype-blank/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/maven/trunk/archetypes/shale-archetype-blank/src/main/resources/archetype-resources/pom.xml?rev=428594&r1=428593&r2=428594&view=diff
==============================================================================
--- 
shale/maven/trunk/archetypes/shale-archetype-blank/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
shale/maven/trunk/archetypes/shale-archetype-blank/src/main/resources/archetype-resources/pom.xml
 Thu Aug  3 19:36:46 2006
@@ -62,7 +62,7 @@
    <build>
       <plugins>
 
-         <!-- mvn package cargo:start -->
+         <!-- usage: mvn package cargo:start -->
          <plugin>
              <groupId>org.codehaus.cargo</groupId>
              <artifactId>cargo-maven2-plugin</artifactId>
@@ -95,7 +95,7 @@
       <repository>
          <id>apache.snapshots</id>
          <name>Apache Snapshot Repository</name>
-         <url>http://people.apache.org/maven-snapshot-repository</url>
+         <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       </repository>
    </repositories>
 


Reply via email to