]> source.dussan.org Git - jgit.git/commitdiff
Use Tycho version 0.6.0 48/148/2
authorIgor Fedorenko <igor@ifedorenko.com>
Sat, 19 Dec 2009 00:06:38 +0000 (19:06 -0500)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 20 Dec 2009 19:46:28 +0000 (20:46 +0100)
Changed Tycho version from 0.6.0-SNAPSHOT to 0.6.0 (i.e. release).
SNAPSHOT versions are transient and should only be used for testing
purposes only. Also removed now unnecessary <pluginRepositories/>
element from JGit parent pom.xml file.

Change-Id: Ie386b2dbcba43c1ccec10465978d12d6829c6150
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2ae16829441a079ee7f4df2f728c7c83d926a448..82a45eb89deb6a710f0224de1055e3997fc796b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-    <tycho-version>0.6.0-SNAPSHOT</tycho-version>
+    <tycho-version>0.6.0</tycho-version>
   </properties>
 
   <repositories>
     </repository>
   </repositories>
 
-  <!--
-    Temporary, until we sycn Tycho to maven central,
-    see https://issues.sonatype.org/browse/TYCHO-312
-   -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>nexus</id>
-      <url>http://repository.sonatype.org/content/groups/public</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <build>
     <plugins>
       <plugin>