Skip to content

Commit

Permalink
Renamed artifact component
Browse files Browse the repository at this point in the history
  • Loading branch information
padas2 authored and padas2 committed May 8, 2019
1 parent 1b098f4 commit 4dad92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.padas2.bitbucket.supportzip'
version '0.0.1-SNAPSHOT'
version '0.0.2-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'maven'
Expand Down Expand Up @@ -30,7 +30,7 @@ publishing {
publications {
client(MavenPublication) {
groupId group
artifactId "bitbucket-support-generator"
artifactId "bitbucket-supportzip-generator"
version version
from components.java
}
Expand Down

0 comments on commit 4dad92c

Please sign in to comment.