summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2010-12-17 15:23:14 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2010-12-17 15:23:14 +0100
commit51d1af9489924ff03fa10ec963110c608c2882a3 (patch)
tree76e90d5f82f86e4449db4d528765d38599ff8717 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
parent1fdc17bfe4a1deb61756abeb8470bd813827d44a (diff)
downloadjgit-51d1af9489924ff03fa10ec963110c608c2882a3.tar.gz
jgit-51d1af9489924ff03fa10ec963110c608c2882a3.zip
Qualify post 0.10.1 buildsstable-0.10
Change-Id: I320f1f739f3689daf11d532a55ae1133785aec8e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
index a2887ffe48..2df78bd6a7 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.updatesite</artifactId>
@@ -58,28 +58,28 @@
<name>Eclipse JGit Plugin Update Site (Incubation)</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.http</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.server</artifactId>
- <version>0.10.1</version>
+ <version>0.10.2-SNAPSHOT</version>
</dependency>
</dependencies>