Skip to content

Commit

Permalink
Maven release plugin failed half way through :-( Revert changes and t…
Browse files Browse the repository at this point in the history
…ry again <sigh>

git-svn-id: https://svn.apache.org/repos/asf/creadur/rat/trunk@1460401 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
itstechupnorth committed Mar 24, 2013
1 parent bb1fa57 commit 10f2ad3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apache-rat-core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.9</version>
<version>0.9-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion apache-rat-plugin/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>apache-rat-project</artifactId>
<groupId>org.apache.rat</groupId>
<version>0.9</version>
<version>0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apache-rat-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions apache-rat-tasks/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.9</version>
<version>0.9-SNAPSHOT</version>
</parent>
<artifactId>apache-rat-tasks</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -140,7 +140,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
4 changes: 2 additions & 2 deletions apache-rat/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<version>0.9</version>
<version>0.9-SNAPSHOT</version>
</parent>
<artifactId>apache-rat</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -129,7 +129,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-project</artifactId>
<packaging>pom</packaging>
<version>0.9</version>
<version>0.9-SNAPSHOT</version>
<name>Apache Rat</name>
<url>http://creadur.apache.org/rat/</url>
<description>
Expand Down Expand Up @@ -318,7 +318,7 @@ agnostic home for software distribution comprehension and audit tools.
</goals>
<configuration>
<target>
<copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false" />
<copy file="RELEASE_NOTES.txt" todir="${project.build.directory}/site/" failonerror="false"/>
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -441,9 +441,9 @@ agnostic home for software distribution comprehension and audit tools.
</contributors>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</developerConnection>
<url>http://svn.apache.org/repos/asf/creadur/rat/tags/apache-rat-project-0.9</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/creadur/rat/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/creadur/rat/trunk</developerConnection>
<url>http://svn.apache.org/repos/asf/creadur/rat/trunk</url>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 10f2ad3

Please sign in to comment.