Skip to content

Commit

Permalink
building 0.3.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Mar 9, 2015
1 parent 8e5cd22 commit 587f199
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../parent</relativePath>
</parent>

<version>0.3.0.rc1</version>
<version>0.3.0.rc2</version>
<artifactId>package-drone-server</artifactId>
<packaging>eclipse-repository</packaging>

Expand Down Expand Up @@ -52,6 +52,26 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<configuration>
<target>
<copy
file="${project.build.directory}/products/${project.groupId}.server-all.all.all.zip"
tofile="${project.build.directory}/package-drone-server-${project.version}.zip" />
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- jdeb -->

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion product/server.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Package Drone Server" uid="de.dentrassi.package.drone.server" version="0.3.0.rc1" useFeatures="true" includeLaunchers="false">
<product name="Package Drone Server" uid="de.dentrassi.package.drone.server" version="0.3.0.rc2" useFeatures="true" includeLaunchers="false">

<configIni use="default">
</configIni>
Expand Down

0 comments on commit 587f199

Please sign in to comment.