Skip to content

Commit

Permalink
Increased release version number.
Browse files Browse the repository at this point in the history
Add zip packaging task.
  • Loading branch information
LorenzBuehmann committed Sep 15, 2011
1 parent d862d4e commit 93f6683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</parent>

<properties>
<release.name>1.0-alpha-1</release.name>
<release.name>1.0-alpha-2</release.name>
</properties>

<profiles>
Expand Down
3 changes: 2 additions & 1 deletion interfaces/src/main/assemble/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<id>archive</id>
<formats>
<format>tar.gz</format>
<format>zip</format>
</formats>

<fileSets>
Expand Down Expand Up @@ -60,4 +61,4 @@

</fileSets>

</assembly>
</assembly>

0 comments on commit 93f6683

Please sign in to comment.