[java-sig-commits] [maven-checkstyle-plugin] Update to 2.8.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Nov 2 13:19:50 UTC 2011


commit 82b74cbaaca86f91f1d3a25e709033d5d5bdb767
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Nov 2 15:19:29 2011 +0200

    Update to 2.8.

 .gitignore                                   |    1 +
 maven-checkstyle-plugin-maven-core-dep.patch |   30 ++++++++++++-------------
 maven-checkstyle-plugin.spec                 |    7 ++++-
 sources                                      |    2 +-
 4 files changed, 21 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6272e08..62ca93a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ maven-checkstyle-plugin-2.7-source-release.zip
 /maven-checkstyle-plugin-2.7
 /maven-checkstyle-plugin-2.7-1.fc17.src.rpm
 /maven-checkstyle-plugin-2_7-1_fc17
+maven-checkstyle-plugin-2.8-source-release.zip
diff --git a/maven-checkstyle-plugin-maven-core-dep.patch b/maven-checkstyle-plugin-maven-core-dep.patch
index a5a38c3..84007d5 100644
--- a/maven-checkstyle-plugin-maven-core-dep.patch
+++ b/maven-checkstyle-plugin-maven-core-dep.patch
@@ -1,16 +1,14 @@
-diff --git a/pom.xml b/pom.xml
-index 1064dfc..2f5be46 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -69,6 +69,11 @@ under the License.
-     <!-- maven -->
-     <dependency>
-       <groupId>org.apache.maven</groupId>
-+      <artifactId>maven-core</artifactId>
-+      <version>${mavenVersion}</version>
-+    </dependency>
-+    <dependency>
-+      <groupId>org.apache.maven</groupId>
-       <artifactId>maven-artifact</artifactId>
-       <version>${mavenVersion}</version>
-     </dependency>
+--- pom.xml.orig	2011-10-24 11:35:30.000000000 +0300
++++ pom.xml	2011-11-02 15:15:07.818007195 +0200
+@@ -69,6 +69,11 @@ under the License.
+     <!-- maven -->
+     <dependency>
+       <groupId>org.apache.maven</groupId>
++      <artifactId>maven-core</artifactId>
++      <version>${mavenVersion}</version>
++    </dependency>
++    <dependency>
++      <groupId>org.apache.maven</groupId>
+       <artifactId>maven-artifact</artifactId>
+       <version>${mavenVersion}</version>
+     </dependency>
diff --git a/maven-checkstyle-plugin.spec b/maven-checkstyle-plugin.spec
index 413a354..f2bdd69 100644
--- a/maven-checkstyle-plugin.spec
+++ b/maven-checkstyle-plugin.spec
@@ -1,5 +1,5 @@
 Name:             maven-checkstyle-plugin
-Version:          2.7
+Version:          2.8
 Release:          1%{?dist}
 Summary:          Plugin that generates a report regarding the code style used by the developers
 Group:            Development/Libraries
@@ -65,7 +65,7 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 
 #adapt to upstream checkstyle groupId
 sed -i -e "s|<groupId>checkstyle|<groupId>com.puppycrawl.tools|g" pom.xml
 
@@ -99,6 +99,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Nov 2 2011 Alexander Kurtakov <akurtako at redhat.com> 2.8-1
+- Update to 2.8.
+
 * Thu Sep 15 2011 Tomas Radej <tradej at redhat.com> - 2.7-1
 - Updated to 2.7
 - Guideline fixes
diff --git a/sources b/sources
index 84772d0..0622e12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56a4e7c1b5b68280bf9b8f02e11443b9  maven-checkstyle-plugin-2.7-source-release.zip
+e47e10974620490fb30223d68086fb26  maven-checkstyle-plugin-2.8-source-release.zip


More information about the java-sig-commits mailing list