summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-02-12 03:30:05 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2011-02-12 03:30:05 +0100
commitf2c8eec57b5e68f9104ea8d6f789e685f03a12f2 (patch)
tree66eacc2526955b4043bf29d1432e146466e31a31 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite
parent857d1511987599c66b834eb43f25b45394244af3 (diff)
downloadjgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.tar.gz
jgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.zip
Qualify post 0.11 builds
Change-Id: Ibcef4fc4c986c2cda01e943d16aa1c53eff99f25 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite')
-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 73788439f3..3f06057f51 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.11.1</version>
+ <version>0.12.0-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.11.1</version>
+ <version>0.12.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.11.1</version>
+ <version>0.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit</artifactId>
- <version>0.11.1</version>
+ <version>0.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.http</artifactId>
- <version>0.11.1</version>
+ <version>0.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.http.server</artifactId>
- <version>0.11.1</version>
+ <version>0.12.0-SNAPSHOT</version>
</dependency>
</dependencies>