You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/03/20 04:53:49 UTC

[1/2] bigtop git commit: BIGTOP-2224. Let's bump groovy version for smokes to 2.4.10

Repository: bigtop
Updated Branches:
  refs/heads/master 0c42012bb -> 835987514


BIGTOP-2224. Let's bump groovy version for smokes to 2.4.10


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

Branch: refs/heads/master
Commit: 83598751462293a51aae8173e5518d5115fc7f35
Parents: 812f4d6
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Sat Mar 18 17:46:36 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Sun Mar 19 21:53:35 2017 -0700

----------------------------------------------------------------------
 bigtop-test-framework/pom.xml         | 2 +-
 bigtop-tests/smoke-tests/build.gradle | 2 +-
 bigtop-tests/test-artifacts/pom.xml   | 2 +-
 build.gradle                          | 2 +-
 pom.xml                               | 5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/83598751/bigtop-test-framework/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index b30e180..f0e0479 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -112,7 +112,7 @@
           <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-eclipse-batch</artifactId>
-            <version>${groovy.version}-01</version>
+            <version>${groovy-eclipse-batch.version}</version>
           </dependency>
         </dependencies>
       </plugin>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/83598751/bigtop-tests/smoke-tests/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle
index 928f256..544b2a4 100644
--- a/bigtop-tests/smoke-tests/build.gradle
+++ b/bigtop-tests/smoke-tests/build.gradle
@@ -27,7 +27,7 @@ subprojects {
     }
   }
 
-  ext.groovyVersion = '1.8.0'
+  ext.groovyVersion = '2.4.10'
   ext.hadoopVersion = '2.7.1'
   ext.solrVersion = '4.6.0'
   ext.slf4jVersion = '1.6.6'

http://git-wip-us.apache.org/repos/asf/bigtop/blob/83598751/bigtop-tests/test-artifacts/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml
index 60e320b..f6f486d 100644
--- a/bigtop-tests/test-artifacts/pom.xml
+++ b/bigtop-tests/test-artifacts/pom.xml
@@ -87,7 +87,7 @@
           <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-eclipse-batch</artifactId>
-            <version>${groovy.version}-01</version>
+            <version>${groovy-eclipse-batch.version}</version>
           </dependency>
         </dependencies>
       </plugin>

http://git-wip-us.apache.org/repos/asf/bigtop/blob/83598751/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c460384..48a1fde 100644
--- a/build.gradle
+++ b/build.gradle
@@ -166,7 +166,7 @@ project(':itest-common') {
   description = """iTest: system and integration testing in the cloud"""
 
   dependencies {
-    compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'2.1.8'
+    compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'2.4.10'
     compile group: 'junit', name: 'junit', version:'4.11'
     compile group: 'commons-logging', name: 'commons-logging', version:'1.1'
     compile group: 'org.apache.ant', name: 'ant', version:'1.8.2'

http://git-wip-us.apache.org/repos/asf/bigtop/blob/83598751/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2d4cb76..f128314 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,10 @@
 
     <itest-common.version>${project.version}</itest-common.version>
 
-    <groovy.version>2.4.3</groovy.version>
+    <groovy.version>2.4.10</groovy.version>
     <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
-    <groovy-eclipse-compiler.version>2.8.0-01</groovy-eclipse-compiler.version>
+    <groovy-eclipse-compiler.version>2.9.2-01</groovy-eclipse-compiler.version>
+    <groovy-eclipse-batch.version>2.4.3-01</groovy-eclipse-batch.version>
     <gmaven.version>1.0</gmaven.version>
     <ant.version>1.8.2</ant.version>
     <commons.logging.version>1.1</commons.logging.version>


[2/2] bigtop git commit: BIGTOP-2231. build.gradle carries one too many sets of repositories

Posted by co...@apache.org.
BIGTOP-2231. build.gradle carries one too many sets of repositories


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/812f4d60
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/812f4d60
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/812f4d60

Branch: refs/heads/master
Commit: 812f4d604746fb59ae07da067a4be3e2dcc5edda
Parents: 0c42012
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Sat Mar 18 16:32:12 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Sun Mar 19 21:53:35 2017 -0700

----------------------------------------------------------------------
 build.gradle | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/812f4d60/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b560ba2..c460384 100644
--- a/build.gradle
+++ b/build.gradle
@@ -153,7 +153,6 @@ allprojects {
   targetCompatibility = langLevel
 
   repositories {
-    maven { url "http://repository.apache.org/snapshots" }
     maven { url "http://repo.maven.apache.org/maven2" }
     mavenCentral()
   }
@@ -435,8 +434,3 @@ installAllLocalArtifacts.dependsOn installTopLevel, installCommon, installConf,
 help.doFirst {
   println ASCII_bigtop
 }
-
-repositories {
-  maven { url "http://repository.apache.org/snapshots" }
-  maven { url "http://repo.maven.apache.org/maven2" }
-}