diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec index bbef8a8..c03efcc 100644 --- a/takari-lifecycle.spec +++ b/takari-lifecycle.spec @@ -1,6 +1,6 @@ Name: takari-lifecycle Version: 1.11.11 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Optimized replacement for the Maven default lifecycle # Everything is under EPL, but one file (AetherUtils.java) is under both EPL and ASL 2.0 License: EPL and ASL 2.0 @@ -78,32 +78,6 @@ This package provides %{summary}. cp %{SOURCE1} . - -# Bootstrap build -%pom_remove_parent -%pom_xpath_set pom:project/pom:packaging maven-plugin takari-lifecycle-plugin -%pom_add_plugin :maven-compiler-plugin ' - -1.7 -1.7 -' -%pom_add_plugin org.apache.maven.plugins:maven-plugin-plugin takari-lifecycle-plugin ' - - -mojo-descriptor - -process-classes - -maven-plugin - - - -descriptor - - - -' - # Replace bundled test dependency with symlink to system JAR ln -sf %{_javadir}/commons-lang.jar takari-lifecycle-plugin/src/test/jars/commons-lang-2.0.jar @@ -132,6 +106,9 @@ ln -sf %{_javadir}/commons-lang.jar takari-lifecycle-plugin/src/test/jars/common %changelog +* Mon Feb 15 2016 Michael Simacek - 1.11.11-1 +- Non-bootstrap build + * Mon Feb 15 2016 Michael Simacek - 1.11.11-0.1 - Update to upstream version 1.11.11 - Bootstrap build