Skip to content

Commit

Permalink
Updated group and project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Lazell committed Mar 5, 2017
1 parent a852ec4 commit a757857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'com.enonic.xp.app'
app {
name = project.appName
displayName = project.displayName
vendorName = 'Enonic AS'
vendorName = 'Michael Lazell'
vendorUrl = 'http://enonic.com'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# Project settings
#
group = com.enonic.tool
group = com.rubicksman.tool
projectName = status
appName = com.enonic.tool.status
appName = com.rubicksman.tool.status
displayName = Status
xpVersion = 6.9.0
version = 1.0.0

0 comments on commit a757857

Please sign in to comment.