Skip to content

Commit

Permalink
[Java] Change output artifact id to be agrona rather than Agrona to k…
Browse files Browse the repository at this point in the history
…eep all lowercase.
  • Loading branch information
mjpt777 committed Jan 23, 2017
1 parent 262e472 commit f4f66e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ uploadArchives {
}

pom.project {
name = 'Agrona'
name = 'agrona'
packaging = 'pom'
// optionally artifactId can be defined here
description = 'High performance primitives and utility library.'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'Agrona'
rootProject.name = 'agrona'

0 comments on commit f4f66e3

Please sign in to comment.