Skip to content

Commit

Permalink
chore: Remove snapshot repository to self (INRIA#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse authored and woutersmeenk committed Aug 29, 2021
1 parent 5ff0724 commit 8c2a836
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>ow2.org-snapshot</id>
<name>Maven Repository for Spoon Snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>

<!-- we all depend on Junit with scope=test -->
Expand Down
12 changes: 12 additions & 0 deletions spoon-smpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
<version>1.0</version>
<relativePath>../spoon-pom</relativePath>
</parent>

<repositories>
<repository>
<!-- Required for spoon-control-flow SNAPSHOT -->
<id>ow2.org-snapshot</id>
<name>Maven Repository for Spoon Snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>false</enabled></releases>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 8c2a836

Please sign in to comment.