Skip to content

Commit

Permalink
Update release file
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva committed Jun 25, 2015
1 parent 8408c32 commit aefd143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
<include name="**/*.*" />
</fileset>
</copy>
<zip destfile="${project.build.directory}/ic-riak-plugin-pdi-${project.version}.zip" basedir="${project.plugin.zip}" />
<copy tofile="${project.build.directory}/ic-riak-plugin.zip" file="${project.build.directory}/ic-riak-plugin-pdi-${project.version}.zip" />
<zip destfile="${project.build.directory}/ic-riak-plugin-${project.version}.zip" basedir="${project.plugin.zip}" />
<copy tofile="${project.build.directory}/ic-riak-plugin.zip" file="${project.build.directory}/ic-riak-plugin-${project.version}.zip" />
</target>
</configuration>
<goals>
Expand Down

0 comments on commit aefd143

Please sign in to comment.