Skip to content

Commit

Permalink
Making required changes for release of 1.0-beta-1.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/mojo-sandbox/xml-maven-plugin@2669 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
jochenw committed Nov 25, 2006
1 parent f693b31 commit 7b5c3fe
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-sandbox</artifactId>
<version>2</version>
<artifactId>mojo</artifactId>
<version>12</version>
</parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven XML Plugin</name>
<version>0.2</version>
<version>1.0-beta-1</version>
<prerequisites>
<maven>2.0.4</maven>
</prerequisites>
Expand All @@ -43,6 +43,13 @@
<email>jochen.wiedmann@gmail.com</email>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7b5c3fe

Please sign in to comment.