Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed May 29, 2017
1 parent e79103a commit 1395d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.adminfaces</groupId>
<artifactId>admin-theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-RC6</version>

<name>admin-theme</name>
<url>https://github.com/adminfaces/admin-theme</url>
Expand Down Expand Up @@ -374,7 +374,7 @@
</goals>
<configuration>
<target>
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/>
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -498,7 +498,7 @@
</goals>
<configuration>
<target>
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/>
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 1395d14

Please sign in to comment.