Skip to content

Commit

Permalink
Change groupId to io.mola.galimatias.
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jan 7, 2014
1 parent 388aac3 commit 9ea0456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ galimatias is available at Maven Central. Just add to your pom.xml `<dependencie

```xml
<dependency>
<groupId>io.mola</groupId>
<groupId>io.mola.galimatias</groupId>
<artifactId>galimatias</artifactId>
<version>0.0.1</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.mola</groupId>
<groupId>io.mola.galimatias</groupId>
<artifactId>galimatias</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit 9ea0456

Please sign in to comment.