Skip to content

Commit

Permalink
COMMONSRDF-62: applied the fix to the release profile, too
Browse files Browse the repository at this point in the history
  • Loading branch information
wikier committed Oct 31, 2017
1 parent 5d69092 commit df7d0a3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Expand Up @@ -590,14 +590,16 @@
</profile>
<profile>
<id>release</id>
<!-- extends the release profile from commons -->
<properties>
<!-- COMMONSRDF-62 : JAPICMP does not handle 0.x release boundaries as defined in Semantic Versioning -->
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
</properties>
<!-- extends the release profile from commons -->
<build>
<!--
<finalName>apache-commons-rdf-${project.version}</finalName>
-->
<!-- <finalName>apache-commons-rdf-${project.version}</finalName> -->
<plugins>
<plugin>
<!-- Avoid making *.asc.asc -->
<!-- Avoid making *.asc.asc -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit df7d0a3

Please sign in to comment.