Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Feb 1, 2015
1 parent 06db00d commit 1c16703
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>

Expand All @@ -14,7 +12,7 @@

<groupId>org.jboss.shrinkwrap.osgi</groupId>
<artifactId>shrinkwrap-osgi</artifactId>
<version>1.0.0-alpha-1-SNAPSHOT</version>
<version>1.0.0-alpha-1</version>
<name>ShrinkWrap OSGi</name>
<description>ShrinkWrap integration for OSGi tools BND and Manifest</description>

Expand All @@ -34,7 +32,7 @@
<connection>scm:git:git://git@github.com:shrinkwrap/shrinkwrap-osgi.git</connection>
<developerConnection>scm:git:ssh://github.com/shrinkwrap/shrinkwrap-osgi.git</developerConnection>
<url>git://github.com/shrinkwrap/shrinkwrap-osgi.git</url>
<tag>HEAD</tag>
<tag>1.0.0-alpha-1</tag>
</scm>

<build>
Expand Down

0 comments on commit 1c16703

Please sign in to comment.