Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
fixed groupId in gradle examples to be the same as in others
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Apr 2, 2015
1 parent 8c89c92 commit 68435b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/another-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'maven'

group = 'org.sonatype.nexus.example'
group = 'org.sonatype.nexus.examples'
version = '1.0.0-SNAPSHOT'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/simple-project-staging/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'maven'

group = 'org.sonatype.nexus.example'
group = 'org.sonatype.nexus.examples'
version = '1.0.0'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/simple-project/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'
apply plugin: 'maven'

group = 'org.sonatype.nexus.example'
group = 'org.sonatype.nexus.examples'
version = '1.0.0-SNAPSHOT'

repositories {
Expand Down

0 comments on commit 68435b6

Please sign in to comment.