Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2017-12-16 02:49:03 +0000
committerMatthias Sohn2017-12-16 02:49:03 +0000
commit1e56842742ebd42e46206b0a870d24217e5a7be8 (patch)
treebe94f7c83fa75c6a73eae583a29eaa6ec3656b19 /org.eclipse.jgit.packaging/org.eclipse.jgit.target
parent24b7e912642000d5d6672ba9c2ab47a2e4a593c8 (diff)
downloadjgit-1e56842742ebd42e46206b0a870d24217e5a7be8.tar.gz
jgit-1e56842742ebd42e46206b0a870d24217e5a7be8.tar.xz
jgit-1e56842742ebd42e46206b0a870d24217e5a7be8.zip
Prepare 4.9.3-SNAPSHOT builds
Change-Id: Ife3f2b0b5407227f89ded42358adbf01d53e14cf Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF
index cbae5df131..1ef54c8a40 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JGit Target Platform Bundle
Bundle-SymbolicName: org.eclipse.jgit.target
-Bundle-Version: 4.9.2.201712150930-r
+Bundle-Version: 4.9.3.qualifier
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml
index 2b35f53f6f..290b3e2d0c 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml
@@ -49,7 +49,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>4.9.2.201712150930-r</version>
+ <version>4.9.3-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.target</artifactId>

Back to the top