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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]