Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xml-maven-plugin-1.0-beta-2
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/xml-maven-plugin@3931 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
jochenw committed Apr 11, 2007
1 parent efdec8a commit 18e295e
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2006 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
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>
<parent>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -30,7 +9,7 @@
<artifactId>xml-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven XML Plugin</name>
<version>1.0-beta-2-SNAPSHOT</version>
<version>1.0-beta-2</version>
<prerequisites>
<maven>2.0.4</maven>
</prerequisites>
Expand Down Expand Up @@ -167,4 +146,10 @@
</plugin>
</plugins>
</reporting>
</project>

<scm>
<connection>scm:svn:https://svn.codehaus.org/mojo/tags/xml-maven-plugin-1.0-beta-2</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/xml-maven-plugin-1.0-beta-2</developerConnection>
<url>https://svn.codehaus.org/mojo/tags/xml-maven-plugin-1.0-beta-2</url>
</scm>
</project>

0 comments on commit 18e295e

Please sign in to comment.