Skip to content

Commit

Permalink
Revert "pushed down local-repos"
Browse files Browse the repository at this point in the history
This reverts commit 0c1d8cb.
  • Loading branch information
Peter Fichtner (pfichtner) committed Sep 1, 2017
1 parent de054ca commit 6fb0e07
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 30 deletions.
15 changes: 0 additions & 15 deletions ardulink-core-bluetooth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>local-repo</id>
<url>file://${project.basedir}/../local-repo</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.ardulink</groupId>
Expand Down
15 changes: 0 additions & 15 deletions ardulink-core-digispark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<repositories>
<repository>
<id>local-repo</id>
<url>file://${project.basedir}/../local-repo</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.ardulink</groupId>
Expand Down
5 changes: 5 additions & 0 deletions local-repo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/target/
/.project
/.classpath
/.settings/

File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@
<developerConnection>scm:git:git@github.com:Ardulink/Ardulink-2.git</developerConnection>
</scm>

<repositories>
<repository>
<id>local-repo</id>
<url>file://${project.basedir}/../local-repo</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<compilerVersion>1.6</compilerVersion>
Expand Down

0 comments on commit 6fb0e07

Please sign in to comment.