Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from palantir/change-group-id
Browse files Browse the repository at this point in the history
Change Group name
  • Loading branch information
zoubeiri committed Mar 3, 2016
2 parents f9342d4 + 5628a16 commit cfc04da
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

allprojects {
group 'com.palantir.dropwizard.version-info'
group 'com.palantir.dropwizard.versioninfo'
version gitVersion()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.dropwizard.versioninfo;
package com.palantir.versioninfo;

import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.dropwizard.versioninfo;
package com.palantir.versioninfo;

import static com.google.common.base.Preconditions.checkArgument;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.dropwizard.versioninfo;
package com.palantir.versioninfo;

import io.dropwizard.Application;
import io.dropwizard.Configuration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.dropwizard.versioninfo;
package com.palantir.versioninfo;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.dropwizard.versioninfo;
package com.palantir.versioninfo;

import static org.junit.Assert.assertEquals;

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Using the bundle
read, but the `productVersion` key cannot be found, then the version
will be "unknown".
2. Add the `com.palantir.dropwizard:dropwizard-version-info:<VERSION>`
2. Add the `com.palantir.versioninfo:dropwizard-version-info:<VERSION>`
dependency to your project's build.gradle file. The most recent
version number can be found in the [Relase Notes]
(https://github.com/palantir/dropwizard-version-info/releases).
Expand Down

0 comments on commit cfc04da

Please sign in to comment.