Author: veithen Date: Sat Aug 28 12:13:57 2010 New Revision: 990350 URL: http://svn.apache.org/viewvc?rev=990350&view=rev Log: Preparing the trunk for the new release process.
Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml axis/axis2/java/core/trunk/pom.xml Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=990350&r1=990349&r2=990350&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Aug 28 12:13:57 2010 @@ -934,29 +934,6 @@ <profiles> <profile> - <activation> - <property> - <name>release</name> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>java15</id> <activation> <jdk>1.5</jdk> @@ -984,31 +961,6 @@ </dependency> </dependencies> </profile> - <profile> - <id>sign</id> - <activation> - <property> - <name>sign</name> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> </profiles> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/parent</connection> @@ -1016,13 +968,6 @@ <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent</url> </scm> <distributionManagement> - <repository> - <id>apache-repo</id> - <name>Maven Central Repository</name> - <url> - scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository - </url> - </repository> <snapshotRepository> <id>apache.snapshots.https</id> <name>${distMgmtSnapshotsName}</name> Modified: axis/axis2/java/core/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=990350&r1=990349&r2=990350&view=diff ============================================================================== --- axis/axis2/java/core/trunk/pom.xml (original) +++ axis/axis2/java/core/trunk/pom.xml Sat Aug 28 12:13:57 2010 @@ -84,17 +84,6 @@ </modules> <profiles> <profile> - <id>release</id> - <activation> - <property> - <name>release</name> - </property> - </activation> - <modules> - <module>modules/distribution</module> - </modules> - </profile> - <profile> <!-- This profile needs to be activated when doing the release:prepare (by adding -Peverything) to make sure that the release plugin updates the version numbers of all relevant submodules. It must contain @@ -504,13 +493,6 @@ <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk</url> </scm> <distributionManagement> - <repository> - <id>apache-repo</id> - <name>Maven Central Repository</name> - <url> - scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync-repository - </url> - </repository> <snapshotRepository> <id>apache.snapshots.https</id> <name>${distMgmtSnapshotsName}</name>