Skip to content

Commit

Permalink
[maven-release-plugin] prepare release eba-maven-plugin-0.1-incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesj committed Apr 9, 2010
1 parent 4b63b37 commit e812b55
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd'
xmlns='http://maven.apache.org/POM/4.0.0'>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -31,17 +29,17 @@ under the License.
</parent>

<artifactId>eba-maven-plugin</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
<version>0.1-incubating</version>
<packaging>maven-plugin</packaging>

<name>Aries Maven EBA Plugin</name>
<description>Builds an eba (Enterprise Bundle Archive) from the project for deployment to an aries server.
</description>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/eba-maven-plugin</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/eba-maven-plugin</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/eba-maven-plugin</url>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/eba-maven-plugin-0.1-incubating</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/eba-maven-plugin-0.1-incubating</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/aries/tags/eba-maven-plugin-0.1-incubating</url>
</scm>

<dependencies>
Expand Down

0 comments on commit e812b55

Please sign in to comment.