Author: elserj Date: Mon May 2 01:04:38 2016 New Revision: 1741912 URL: http://svn.apache.org/viewvc?rev=1741912&view=rev Log: [maven-release-plugin] prepare release commons-vfs2-project-2.1
Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/pom.xml commons/proper/vfs/trunk/examples/pom.xml commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1741912&r1=1741911&r2=1741912&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/pom.xml (original) +++ commons/proper/vfs/trunk/core/pom.xml Mon May 2 01:04:38 2016 @@ -17,24 +17,21 @@ limitations under the License. --> -<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"> <modelVersion>4.0.0</modelVersion> <name>Apache Commons VFS Core</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <description>Apache Commons VFS is a Virtual File System library.</description> <url>http://commons.apache.org/proper/commons-vfs/</url> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <relativePath>../</relativePath> </parent> @@ -219,9 +216,7 @@ <phase>process-test-classes</phase> <configuration> <target> - <move - todir="${project.build.testOutputDirectory}/test-data/code" - failonerror="false"> + <move todir="${project.build.testOutputDirectory}/test-data/code" failonerror="false"> <fileset dir="${project.build.testOutputDirectory}/code" /> </move> </target> Modified: commons/proper/vfs/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1741912&r1=1741911&r2=1741912&view=diff ============================================================================== --- commons/proper/vfs/trunk/dist/pom.xml (original) +++ commons/proper/vfs/trunk/dist/pom.xml Mon May 2 01:04:38 2016 @@ -23,14 +23,14 @@ limitations under the License. <name>Apache Commons VFS Distribution</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-distribution</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <packaging>pom</packaging> <description>Apache Commons VFS is a Virtual File System library - Distribution archives.</description> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <relativePath>../</relativePath> </parent> Modified: commons/proper/vfs/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=1741912&r1=1741911&r2=1741912&view=diff ============================================================================== --- commons/proper/vfs/trunk/examples/pom.xml (original) +++ commons/proper/vfs/trunk/examples/pom.xml Mon May 2 01:04:38 2016 @@ -24,13 +24,13 @@ <name>Apache Commons VFS Examples</name> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-examples</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <description>Apache Commons VFS is a Virtual File System library - Examples.</description> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <relativePath>../</relativePath> </parent> Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1741912&r1=1741911&r2=1741912&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Mon May 2 01:04:38 2016 @@ -17,8 +17,7 @@ limitations under the License. --> -<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"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> @@ -31,7 +30,7 @@ <name>Apache Commons VFS</name> <description>Apache Commons VFS is a Virtual File System library.</description> <packaging>pom</packaging> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <url>http://commons.apache.org/proper/commons-vfs/</url> <inceptionYear>2002</inceptionYear> @@ -48,9 +47,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs2-project-2.1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs2-project-2.1</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs2-project-2.1</url> </scm> <developers> @@ -159,7 +158,7 @@ <commons.release.2.version>2.0</commons.release.2.version> <commons.release.2.name>commons-vfs-2.0</commons.release.2.name> <commons.release.2.desc>(requires Java 1.5+)</commons.release.2.desc> - <commons.release.2.binary.suffix></commons.release.2.binary.suffix> + <commons.release.2.binary.suffix /> <vfs.parent.dir>${basedir}</vfs.parent.dir> <version.checkstyle>2.13</version.checkstyle>