Skip to content

Commit

Permalink
Merge pull request #280 from jimkont/sweble_stable
Browse files Browse the repository at this point in the history
remove sweble snapshop artifact
  • Loading branch information
jimkont committed Nov 26, 2014
2 parents 9e63947 + 40bafdd commit cc4a181
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.sweble.wikitext</groupId>
<artifactId>swc-engine</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand All @@ -113,21 +113,5 @@

</dependencies>

<repositories>

<repository>
<id>osr-public-releases</id>
<name>OSR Public Releases</name>
<url>http://mojo.informatik.uni-erlangen.de/nexus/content/repositories/public-releases</url>
</repository>

<repository>
<id>osr-public-snapshots</id>
<name>OSR Public snapshots</name>
<url>http://mojo.informatik.uni-erlangen.de/nexus/content/repositories/public-snapshots</url>
</repository>

</repositories>

</project>

0 comments on commit cc4a181

Please sign in to comment.