Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<repository>
<id>codehaus</id>
<name>Codehaus maven repository</name>
<url>http://repository.codehaus.org/</url>
<url>https://repository.codehaus.org/</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion java5tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<repositories>
<repository>
<id>eclipse.emf</id>
<url>http://download.eclipse.org/tools/emf/maven2</url>
<url>https://download.eclipse.org/tools/emf/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<repository>
<id>codehaus</id>
<name>Codehaus maven repository</name>
<url>http://repository.codehaus.org/</url>
<url>https://repository.codehaus.org/</url>
</repository>
</repositories>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<url>https://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -56,7 +56,7 @@
<url>http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2</url> -->
<!-- temporarily using indiana state univ as eclipse site diesnt have 2.2.2 at the moment -->
<id>indiana</id>
<url>http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/</url>
<url>https://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion sdo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<url>https://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down