Skip to content

Commit

Permalink
Fixed pom with release verion of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbloem committed Jun 30, 2016
1 parent 401eebc commit 5404ff6
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,23 @@
<artifactId>args4j</artifactId>
<version>2.33</version>
</dependency>

<dependency>
<groupId>peterbloem.nl</groupId>
<artifactId>kit</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160212</version>
</dependency>
<dependency>
<groupId>data2semantics</groupId>
<artifactId>nodes</artifactId>
<version>0.0.1-SNAPSHOT</version>
<groupId>com.github.Data2Semantics</groupId>
<artifactId>nodes</artifactId>
<version>v0.1.1</version>
</dependency>
</dependencies>

<repositories>
<!-- <repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository> -->
</repositories>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>

0 comments on commit 5404ff6

Please sign in to comment.