diff options
author | Igor Fedorenko <igor@ifedorenko.com> | 2009-12-18 19:06:38 -0500 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2009-12-20 20:46:28 +0100 |
commit | 53f3632f604d50e2f37b2fed9a1476bb2b55bd22 (patch) | |
tree | ca642f28feb096a61052081e338e1f819f064bcb | |
parent | 21b6f3434ebc84f493405d890a3768d55375a721 (diff) | |
download | jgit-53f3632f604d50e2f37b2fed9a1476bb2b55bd22.tar.gz jgit-53f3632f604d50e2f37b2fed9a1476bb2b55bd22.zip |
Use Tycho version 0.6.0
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>
-rw-r--r-- | pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -124,7 +124,7 @@ <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> @@ -135,23 +135,6 @@ </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> |