Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-03-21 02:06:58 +0000
committerShawn O. Pearce2010-03-21 02:06:58 +0000
commit14e469c44e3863299278abfb09b50d171cdc8aba (patch)
tree244e675d71bb3f5e2eae86fe7cfd30409f188a16 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite
parent624572b65d942cfeda504a36f927618b264aa31a (diff)
downloadjgit-14e469c44e3863299278abfb09b50d171cdc8aba.tar.gz
jgit-14e469c44e3863299278abfb09b50d171cdc8aba.tar.xz
jgit-14e469c44e3863299278abfb09b50d171cdc8aba.zip
Qualify builds as 0.8.0
Since the API is changing relative to 0.7.0, we'll call our next release 0.8.1. But until that gets released, builds from master will be 0.8.0.qualifier. Change-Id: I921e984f51ce498610c09e0db21be72a533fee88 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml6
1 files changed, 3 insertions, 3 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 e3997ac339..04e50f3ace 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.6.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.updatesite</artifactId>
@@ -58,13 +58,13 @@
<name>Eclipse JGit Plugin Update Site (Incubation)</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.6.0</version>
+ <version>0.8.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>

Back to the top