Skip to content

Commit

Permalink
fix outdated repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
dassio authored and sarxos committed Jun 20, 2018
1 parent 37159e2 commit 5f36bcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -58,7 +58,7 @@
<repositories>
<repository>
<id>xuggle repo</id>
<url>http://xuggle.googlecode.com/svn/trunk/repo/share/java/</url>
<url>http://www.dcm4che.org/maven2/</url>
</repository>
</repositories>

Expand Down
12 changes: 6 additions & 6 deletions webcam-capture-examples/webcam-capture-swt-awt/pom.xml
Expand Up @@ -28,12 +28,12 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>swt-repo</id>
<url>https://swt-repo.googlecode.com/svn/repo/</url>
</repository>
</repositories>
<repositories>
<repository>
<id>maven-eclipse-repo</id>
<url>http://maven-eclipse.github.io/maven</url>
</repository>
</repositories>

<profiles>
<profile>
Expand Down

0 comments on commit 5f36bcf

Please sign in to comment.