Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitpack-io committed Jan 25, 2015
1 parent feae2b1 commit 6325489
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ target/
.classpath
.project
.settings

*.versionsBackup
4 changes: 2 additions & 2 deletions module1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.jitpack</groupId>
<artifactId>example-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<groupId>io.jitpack</groupId>
<artifactId>module1</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>module1</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions module2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.jitpack</groupId>
<artifactId>example-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<groupId>io.jitpack</groupId>
<artifactId>module2</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>module2</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.jitpack</groupId>
<artifactId>example-root</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<name>example-root</name>
<modules>
Expand Down

0 comments on commit 6325489

Please sign in to comment.