Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrito committed Jul 15, 2014
1 parent 2612793 commit 8eda969
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 @@ -195,8 +195,8 @@
<configuration>
<releaseName>v${project.version}</releaseName>
<tag>v${project.version}</tag>
<artifact>${project.build.directory}/rpm/${project.artifactId}/RPMS/noarch/${project.artifactId}-${project.version}-ciop.noarch.rpm</artifact>
<overwriteArtifact>true</overwriteArtifact>
<artifact>${project.build.directory}/rpm/${project.artifactId}/RPMS/noarch/${project.artifactId}-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-ciop.noarch.rpm</artifact>
<overwriteArtifact>true</overwriteArtifact>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 8eda969

Please sign in to comment.