You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by jd...@apache.org on 2015/01/21 13:56:56 UTC

incubator-lens git commit: LENS-213 Change checkstyle version to 2.0 (Amareshwari via jdhok)

Repository: incubator-lens
Updated Branches:
  refs/heads/master f22d06aa4 -> baac165ba


LENS-213 Change checkstyle version to 2.0 (Amareshwari via jdhok)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/baac165b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/baac165b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/baac165b

Branch: refs/heads/master
Commit: baac165ba8ebd7193ff13407f0090eb29252ad31
Parents: f22d06a
Author: jdhok <ja...@inmobi.com>
Authored: Wed Jan 21 18:26:15 2015 +0530
Committer: jdhok <ja...@inmobi.com>
Committed: Wed Jan 21 18:26:44 2015 +0530

----------------------------------------------------------------------
 checkstyle/pom.xml | 4 ++--
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/baac165b/checkstyle/pom.xml
----------------------------------------------------------------------
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index 23eb372..598a1ce 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.lens</groupId>
   <artifactId>checkstyle</artifactId>
   <name>Lens Checkstyle Rules</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
 
   <build>
     <plugins>
@@ -50,4 +50,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/baac165b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be7c17d..bc7e92a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <jersey.version>2.3.1</jersey.version>
     <grizzly.version>2.3.6</grizzly.version>
     <metrics.version>3.0.2</metrics.version>
-    <lens.checkstyle.version>1.0-SNAPSHOT</lens.checkstyle.version>
+    <lens.checkstyle.version>2.0.0-SNAPSHOT</lens.checkstyle.version>
     <subethasmtp.version>3.1.7</subethasmtp.version>
     <liquibase.version>3.0.7</liquibase.version>
     <spring.shell.version>1.0.0.RELEASE</spring.shell.version>