You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/04/27 08:11:19 UTC

[incubator-tuweni] 11/49: Remove mentions of cava from the build file

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 98ed3533fc8b872e33d7554c79344e92f05a167b
Author: Antoine Toulme <to...@apache.org>
AuthorDate: Wed Apr 3 16:10:19 2019 -0700

    Remove mentions of cava from the build file
---
 build.gradle | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/build.gradle b/build.gradle
index 892128b..9a7dac5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -133,7 +133,7 @@ subprojects {
 task deploy() {}
 
 configurations.archives.artifacts.removeAll { PublishArtifact publishArtifact ->
-  (publishArtifact.type == 'jar' && publishArtifact.name == 'cava')}
+  (publishArtifact.type == 'jar' && publishArtifact.name == 'tuweni')}
 
 
 //////
@@ -228,7 +228,7 @@ allprojects {
     def relativePath = rootDir.toPath().relativize(projectDir.toPath()).toString()
     linkMapping {
       dir = projectDir.toString()
-      url = "https://github.com/consensys/cava/blob/master/$relativePath"
+      url = "https://github.com/apache/incubator-tuweni/blob/master/$relativePath"
       suffix = "#L"
     }
   }
@@ -305,7 +305,7 @@ allprojects {
           pom {
             name = project.jar.baseName
             afterEvaluate { description = project.description }
-            url = 'https://github.com/ConsenSys/cava'
+            url = 'https://github.com/apache/incubator-tuweni'
             licenses {
               license {
                 name = "The Apache License, Version 2.0"
@@ -313,22 +313,22 @@ allprojects {
               }
             }
             scm {
-              connection = 'scm:https://github.com/ConsenSys/cava.git'
-              developerConnection = 'scm:git@github.com:ConsenSys/cava.git'
-              url = 'https://github.com/ConsenSys/cava'
+              connection = 'scm:https://github.com/apache/incubator-tuweni.git'
+              developerConnection = 'scm:git@github.com:apache/incubator-tuweni.git'
+              url = 'https://github.com/apache/incubator-tuweni'
             }
             developers {
               developer {
                 name = 'Chris Leishman'
                 email = 'chris@leishman.org'
-                organization = 'ConsenSys'
-                organizationUrl = 'https://www.consensys.net'
+                organization = 'Apache'
+                organizationUrl = 'https://tuweni.apache.org'
               }
               developer {
                 name = 'Antoine Toulme'
                 email = 'antoine@lunar-ocean.com'
-                organization = 'ConsenSys'
-                organizationUrl = 'https://www.consensys.net'
+                organization = 'Apache'
+                organizationUrl = 'https://tuweni.apache.org'
               }
             }
           }
@@ -440,12 +440,12 @@ allprojects {
       publish = true
       pkg {
         repo = 'consensys'
-        name = 'cava'
+        name = 'tuweni'
         userOrg = 'consensys'
         licenses = ['Apache-2.0']
         version {
           name = project.version
-          desc = 'Cava distribution'
+          desc = 'Tuweni distribution'
           released = new Date()
           vcsTag = project.version
         }
@@ -504,7 +504,7 @@ dokka {
   })
   linkMapping {
     dir = rootDir.toString()
-    url = "https://github.com/consensys/cava/blob/master"
+    url = "https://github.com/apache/incubator-tuweni/blob/master"
     suffix = "#L"
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org