You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/07 17:35:47 UTC

svn commit: r279349 - /maven/maven-1/core/trunk/project.xml

Author: brett
Date: Wed Sep  7 08:35:42 2005
New Revision: 279349

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

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=279349&r1=279348&r2=279349&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Wed Sep  7 08:35:42 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -20,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <id>maven</id>
   <name>Maven</name>
-  <currentVersion>1.1-beta-2-SNAPSHOT</currentVersion>
+  <currentVersion>1.1-beta-2</currentVersion>
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
@@ -135,6 +136,11 @@
       <name>1.1-beta-1</name>
       <tag>maven-1.1-beta-1</tag>
     </version>
+    <version>
+      <id>1.1-beta-2</id>
+      <name>1.1-beta-2</name>
+      <tag>maven-1.1-beta-2</tag>
+    </version>
   </versions>
   <branches/>
   <mailingLists>
@@ -291,7 +297,7 @@
       <timezone>+1</timezone>
     </developer>
     <developer>
-      <name>Stéphane Mor</name>
+      <name>Stéphane Mor</name>
       <id>smor</id>
       <email>stephanemor@yahoo.fr</email>
       <organization/>
@@ -407,7 +413,7 @@
       <email>martin.cooper@tumbleweed.com</email>
     </contributor>
     <contributor>
-      <name>Aslak Hellesøy</name>
+      <name>Aslak Hellesøy</name>
       <email>aslak@thoughtworks.net</email>
     </contributor>
     <contributor>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r279349 - /maven/maven-1/core/trunk/project.xml

Posted by Brett Porter <br...@apache.org>.
Yeah, the release plugin (dom4j) does this. Sorry.

- Brett

Trygve Laugstøl wrote:

>Shouldn't these really be XML entities? Just make it safer to edit the
>files.
>
>--
>Trygve
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r279349 - /maven/maven-1/core/trunk/project.xml

Posted by Trygve Laugstøl <tr...@codehaus.org>.
On Wed, Sep 07, 2005 at 05:53:12PM +0200, Arnaud HERITIER wrote:
> [SNIP]
> > 
> > 
> > - <name>StÃ(c)phane Mor</name>
> > + <name>StÃÂ(c)phane Mor</name>
> > [SNIP]
> > - <name>Aslak Hellesøy</name>
> > + <name>Aslak Hellesøy</name>
> > [SNIP]
> 
> 
> Brett, 
> 
> Don't you have a problem with UTF-8 encoding ?

Shouldn't these really be XML entities? Just make it safer to edit the
files.

--
Trygve

Re: svn commit: r279349 - /maven/maven-1/core/trunk/project.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
[SNIP]
> 
> 
> - <name>StÃ(c)phane Mor</name>
> + <name>StÃÂ(c)phane Mor</name>
> [SNIP]
> - <name>Aslak Hellesøy</name>
> + <name>Aslak Hellesøy</name>
> [SNIP]


Brett, 

Don't you have a problem with UTF-8 encoding ?

Arnaud