We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7564f5 commit dd39997Copy full SHA for dd39997
1 file changed
pom.xml
@@ -15,7 +15,7 @@
15
<build.level>${maven.build.timestamp}</build.level>
16
<tycho.version>1.1.0</tycho.version>
17
<junit.version>4.12</junit.version>
18
- <kepler.repo.url>http://download.eclipse.org/releases/kepler</kepler.repo.url>
+ <mars.repo.url>http://download.eclipse.org/releases/mars</mars.repo.url>
19
<test.exclude>**/*ConformantTest.java</test.exclude>
20
<download.location>/home/data/httpd/download.eclipse.org/paho/releases/${project.version}/Java</download.location>
21
</properties>
@@ -58,8 +58,8 @@
58
59
<repositories>
60
<repository>
61
- <id>eclipse-kepler</id>
62
- <url>${kepler.repo.url}</url>
+ <id>eclipse-mars</id>
+ <url>${mars.repo.url}</url>
63
<layout>p2</layout>
64
</repository>
65
</repositories>
0 commit comments