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 2021/05/28 17:57:59 UTC

[incubator-tuweni] branch main updated: Fix pom artifactId

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

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


The following commit(s) were added to refs/heads/main by this push:
     new aa0acef  Fix pom artifactId
     new 5bc1520  Merge pull request #249 from atoulme/fix_pom
aa0acef is described below

commit aa0acefd568b9bebcf247c6d18bfa0708f9c1e53
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Thu May 27 23:09:34 2021 -0700

    Fix pom artifactId
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4a9dde5..17396a3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -429,7 +429,7 @@ allprojects {
             artifact sourcesJar { classifier 'sources' }
           }
           groupId 'org.apache.tuweni'
-          artifactId project.name
+          artifactId 'tuweni-' + project.name
           version project.version
 
           versionMapping {

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