Hi all, Stefano an me just try to to the needed releases with the mvn release plugin.. So don't get confused if we do some revert etc stuff ;-)
bye Norman [EMAIL PROTECTED] schrieb: > Author: norman > Date: Sun May 20 07:05:16 2007 > New Revision: 539879 > > URL: http://svn.apache.org/viewvc?view=rev&rev=539879 > Log: > [maven-release-plugin] prepare release james-parent-1.1 > > Modified: > james/project/trunk/maven-skin/pom.xml > james/project/trunk/pom.xml > james/project/trunk/project/pom.xml > james/project/trunk/project/server/2.2.0/pom.xml > james/project/trunk/project/server/pom.xml > > Modified: james/project/trunk/maven-skin/pom.xml > URL: > http://svn.apache.org/viewvc/james/project/trunk/maven-skin/pom.xml?view=diff&rev=539879&r1=539878&r2=539879 > ============================================================================== > --- james/project/trunk/maven-skin/pom.xml (original) > +++ james/project/trunk/maven-skin/pom.xml Sun May 20 07:05:16 2007 > @@ -1,6 +1,4 @@ > -<project xmlns="http://maven.apache.org/POM/4.0.0" > - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <!-- > Licensed to the Apache Software Foundation (ASF) under one > or more contributor license agreements. See the NOTICE file > @@ -22,14 +20,14 @@ > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.james</groupId> > <artifactId>maven-skin</artifactId> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > <name>JAMES Skin</name> > <description>Apache JAMES Official Maven2 Site Skin</description> > > <parent> > <groupId>org.apache.james</groupId> > <artifactId>james-parent</artifactId> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > <relativePath>../pom.xml</relativePath> > </parent> > > @@ -47,9 +45,9 @@ > </properties> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/maven-skin</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/maven-skin</developerConnection> > - <url>http://svn.apache.org/viewvc/james/project/trunk/maven-skin</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/maven-skin</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/maven-skin</developerConnection> > + > <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.1/maven-skin</url> > </scm> > > <build> > > Modified: james/project/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/james/project/trunk/pom.xml?view=diff&rev=539879&r1=539878&r2=539879 > ============================================================================== > --- james/project/trunk/pom.xml (original) > +++ james/project/trunk/pom.xml Sun May 20 07:05:16 2007 > @@ -22,7 +22,7 @@ > <groupId>org.apache.james</groupId> > <artifactId>james-parent</artifactId> > <name>Apache JAMES Parent POM</name> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > <description> > The Apache JAMES Parent POM > </description> > @@ -201,9 +201,9 @@ > </contributors> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection> > - <url>http://svn.apache.org/viewvc/james/project/trunk</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1</developerConnection> > + > <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.1</url> > </scm> > > <distributionManagement> > > Modified: james/project/trunk/project/pom.xml > URL: > http://svn.apache.org/viewvc/james/project/trunk/project/pom.xml?view=diff&rev=539879&r1=539878&r2=539879 > ============================================================================== > --- james/project/trunk/project/pom.xml (original) > +++ james/project/trunk/project/pom.xml Sun May 20 07:05:16 2007 > @@ -22,7 +22,7 @@ > <groupId>org.apache.james</groupId> > <artifactId>james-project</artifactId> > <name>Apache JAMES Project</name> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > <description> > The Apache JAMES Project > </description> > @@ -30,7 +30,7 @@ > <parent> > <groupId>org.apache.james</groupId> > <artifactId>james-parent</artifactId> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > <relativePath>../pom.xml</relativePath> > </parent> > > @@ -51,9 +51,9 @@ > </issueManagement> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/project</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/project</developerConnection> > - <url>http://svn.apache.org/viewvc/james/project/trunk/project</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/project</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/project</developerConnection> > + > <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.1/project</url> > </scm> > > <distributionManagement> > > Modified: james/project/trunk/project/server/2.2.0/pom.xml > URL: > http://svn.apache.org/viewvc/james/project/trunk/project/server/2.2.0/pom.xml?view=diff&rev=539879&r1=539878&r2=539879 > ============================================================================== > --- james/project/trunk/project/server/2.2.0/pom.xml (original) > +++ james/project/trunk/project/server/2.2.0/pom.xml Sun May 20 07:05:16 2007 > @@ -17,12 +17,12 @@ > specific language governing permissions and limitations > under the License. > --> > -<project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.james</groupId> > <artifactId>james-server-site-2-2-0</artifactId> > <name>JAMES Server 2.2.0 Documentation</name> > - <version>1.0-SNAPSHOT</version> > + <version>1.0</version> > <description> > Apache JAMES Server 2.2.0 Documentation > </description> > @@ -30,16 +30,16 @@ > <parent> > <groupId>org.apache.james</groupId> > <artifactId>james-server-root</artifactId> > - <version>1.0-SNAPSHOT</version> > + <version>1.0</version> > </parent> > <url>http://james.apache.org/server/2.2.0/</url> > <inceptionYear>2006</inceptionYear> > > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/server/2.2.0</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/server/2.2.0</developerConnection> > - <url>http://svn.apache.org/viewvc/james/project/trunk/server/2.2.0</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/server/2.2.0</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/server/2.2.0</developerConnection> > + > <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.1/server/2.2.0</url> > </scm> > > > > Modified: james/project/trunk/project/server/pom.xml > URL: > http://svn.apache.org/viewvc/james/project/trunk/project/server/pom.xml?view=diff&rev=539879&r1=539878&r2=539879 > ============================================================================== > --- james/project/trunk/project/server/pom.xml (original) > +++ james/project/trunk/project/server/pom.xml Sun May 20 07:05:16 2007 > @@ -17,12 +17,12 @@ > specific language governing permissions and limitations > under the License. > --> > -<project> > +<project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.james</groupId> > <artifactId>james-server-root</artifactId> > <name>JAMES Server</name> > - <version>1.0-SNAPSHOT</version> > + <version>1.0</version> > <description> > Apache JAMES Server > </description> > @@ -30,7 +30,7 @@ > <parent> > <groupId>org.apache.james</groupId> > <artifactId>james-project</artifactId> > - <version>1.1-SNAPSHOT</version> > + <version>1.1</version> > </parent> > <modules> > <module>2.2.0</module> > @@ -39,9 +39,9 @@ > <inceptionYear>2006</inceptionYear> > > <scm> > - > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk/server</connection> > - > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk/server</developerConnection> > - <url>http://svn.apache.org/viewvc/james/project/trunk/server</url> > + > <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/server</connection> > + > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/tags/james-parent-1.1/server</developerConnection> > + > <url>http://svn.apache.org/viewvc/james/project/tags/james-parent-1.1/server</url> > </scm> > > <distributionManagement> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > !DSPAM:1,465055c079385537864666! > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
