Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[maven-release-plugin] prepare release 2.0.0.Alpha1
  • Loading branch information
Thomas Diesler committed Oct 17, 2012
1 parent ead5477 commit ff4e9af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jboss.osgi.vfs</groupId>
<artifactId>jbosgi-vfs-parent</artifactId>
<version>2.0.0.Alpha1-SNAPSHOT</version>
<version>2.0.0.Alpha1</version>
</parent>

<name>JBossOSGi VFS API</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
<artifactId>jbosgi-vfs-parent</artifactId>
<packaging>pom</packaging>

<version>2.0.0.Alpha1-SNAPSHOT</version>
<version>2.0.0.Alpha1</version>

<!-- Source Control -->
<scm>
Expand Down
2 changes: 1 addition & 1 deletion vfs30/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jboss.osgi.vfs</groupId>
<artifactId>jbosgi-vfs-parent</artifactId>
<version>2.0.0.Alpha1-SNAPSHOT</version>
<version>2.0.0.Alpha1</version>
</parent>

<!-- Properties -->
Expand Down

0 comments on commit ff4e9af

Please sign in to comment.