Author: brett
Date: Wed Jun 15 09:07:58 2005
New Revision: 190769

URL: http://svn.apache.org/viewcvs?rev=190769&view=rev
Log:
[maven-scm-plugin] prepare release 1.1-beta-1

Modified:
    maven/maven-1/core/trunk/project.xml

Modified: maven/maven-1/core/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=190769&r1=190768&r2=190769&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Wed Jun 15 09:07:58 2005
@@ -17,12 +17,11 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <pomVersion>3</pomVersion>
   <id>maven</id>
   <name>Maven</name>
-  <currentVersion>1.1-beta-1-SNAPSHOT</currentVersion>
+  <currentVersion>1.1-beta-1</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -32,7 +31,6 @@
   <package>org.apache.maven</package>
   <logo>/images/maven-small.gif</logo>
   <!-- Gump integration -->
-
   <gumpRepositoryId>maven</gumpRepositoryId>
   <description>Maven is a project management and project comprehension tool. 
Maven is based on the concept of a project object model: builds, documentation 
creation, site publication, and distribution publication are all controlled 
from the project object model. Maven also provides tools to create source 
metrics, change logs based directly on source repository, and source 
cross-references. You can build a Maven installation from this source tree by 
running ant -f build-bootstrap.xml</description>
   <shortDescription>Java Project Management Tools</shortDescription>
@@ -133,6 +131,11 @@
       <name>1.0.2</name>
       <tag>MAVEN_1_0_2</tag>
     </version>
+    <version>
+      <id>1.1-beta-1</id>
+      <name>1.1-beta-1</name>
+      <tag>maven-1.1-beta-1</tag>
+    </version>
   </versions>
   <branches/>
   <mailingLists>
@@ -143,7 +146,6 @@
       <!--
             <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]</archive>
       -->
-
       <archive>http://marc.theaimsgroup.com/?l=turbine-maven-user</archive>
     </mailingList>
     <mailingList>
@@ -153,7 +155,6 @@
       <!--
             <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL 
PROTECTED]</archive>
       -->
-
       <archive>http://marc.theaimsgroup.com/?l=turbine-maven-dev</archive>
     </mailingList>
   </mailingLists>
@@ -280,7 +281,7 @@
       <timezone>+1</timezone>
     </developer>
     <developer>
-      <name>Stéphane Mor</name>
+      <name>Stéphane Mor</name>
       <id>smor</id>
       <email>[EMAIL PROTECTED]</email>
       <organization/>
@@ -396,7 +397,7 @@
       <email>[EMAIL PROTECTED]</email>
     </contributor>
     <contributor>
-      <name>Aslak Helles&#248;y</name>
+      <name>Aslak Hellesøy</name>
       <email>[EMAIL PROTECTED]</email>
     </contributor>
     <contributor>
@@ -451,7 +452,6 @@
     </license>
   </licenses>
   <!-- Need to mark these as compile-time/run-time -->
-
   <dependencies>
     <dependency>
       <id>dom4j</id>
@@ -608,7 +608,6 @@
         <include>**/*Test.java</include>
       </includes>
       <!-- TODO - fix or remove -->
-
       <excludes>
         <exclude>**/JAXPTest.java</exclude>
       </excludes>
@@ -658,7 +657,6 @@
      | contain everything needed to produced the report.
      |
     -->
-
     <report>maven-jdepend-plugin</report>
     <report>maven-checkstyle-plugin</report>
     <report>maven-changelog-plugin</report>
@@ -674,7 +672,6 @@
     <report>maven-faq-plugin</report>
   </reports>
   <!-- For maven internal testing -->
-
   <properties>
     <testName>testValue</testName>
     <pomProperty>${pomProperty}</pomProperty>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to