Skip to content

Commit

Permalink
Remove obsolete SCM and repositories information from POM.
Browse files Browse the repository at this point in the history
After merging into Californium multi-module project there have been some
outdated left-overs which have been removed.
  • Loading branch information
Kai Hudalla committed Feb 25, 2016
1 parent b92ef3f commit c77f965
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions element-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,6 @@

<name>element-connector</name>
<description>Java socket abstraction for datagram transports (UDP, DTLS, etc.)</description>
<scm>
<developerConnection>scm:git:https://github.com/eclipse/californium.element-connector.git</developerConnection>
<url>https://github.com/eclipse/californium.element-connector</url>
<tag>HEAD</tag>
</scm>

<repositories>
<repository>
<id>eclipse_snapshots</id>
<name>Eclipse Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>eclipse_releases</id>
<name>Eclipse Releases</name>
<url>https://repo.eclipse.org/content/repositories/releases/</url>
</repository>
</repositories>

<dependencies>
<dependency>
Expand Down

0 comments on commit c77f965

Please sign in to comment.