Repository: commons-rdf Updated Branches: refs/heads/master 5d69092f0 -> 5a998408f
COMMONSRDF-62: applied the fix to the release profile, too Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/df7d0a31 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/df7d0a31 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/df7d0a31 Branch: refs/heads/master Commit: df7d0a31c5d94c527ac67239aa3853a846e320ed Parents: 5d69092 Author: Sergio Fernández <[email protected]> Authored: Sun Oct 29 19:25:34 2017 -0700 Committer: Sergio Fernández <[email protected]> Committed: Mon Oct 30 19:32:36 2017 -0700 ---------------------------------------------------------------------- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/df7d0a31/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 89cc66d..3f10521 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
