[maven-compiler-plugin] Build against proper maven-shared-incremental artifactId

Michal Srb msrb at fedoraproject.org
Thu Apr 25 05:45:58 UTC 2013


commit 9cb6d180e831df3232accd52ae23ea3c8033d27b
Author: Michal Srb <msrb at redhat.com>
Date:   Wed Apr 24 16:10:04 2013 +0200

    Build against proper maven-shared-incremental artifactId

 maven-compiler-plugin.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/maven-compiler-plugin.spec b/maven-compiler-plugin.spec
index 38d5241..736ffc3 100644
--- a/maven-compiler-plugin.spec
+++ b/maven-compiler-plugin.spec
@@ -1,6 +1,6 @@
 Name:           maven-compiler-plugin
 Version:        3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Maven Compiler Plugin
 
 Group:          Development/Libraries
@@ -36,9 +36,6 @@ API documentation for %{name}.
 %prep
 %setup -q 
 
-# temporarily build against maven-shared-incremental with fake artifactId
-%pom_xpath_replace "pom:dependency[pom:artifactId[text()='maven-shared-incremental']]/pom:artifactId" "<artifactId>maven-shared-incremental-fake</artifactId>"
-
 %build
 %mvn_build -f
 
@@ -52,6 +49,9 @@ API documentation for %{name}.
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Apr 24 2013 Michal Srb <msrb at redhat.com> - 3.1-2
+- Build against proper maven-shared-incremental artifactId
+
 * Wed Apr 24 2013 Michal Srb <msrb at redhat.com> - 3.1-1
 - Update to upstream version 3.1
 


More information about the scm-commits mailing list