diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-01 01:30:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-01 01:30:05 +0200 |
commit | 2f7bf6b53602bffffaf07ecdbc308a9876b36369 (patch) | |
tree | d9bd5a1df5259b3e9c7ca3474b5722d026cc9ae0 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 40813388e7187beacd11689072e860ab79a6b804 (diff) | |
download | jgit-2f7bf6b53602bffffaf07ecdbc308a9876b36369.tar.gz jgit-2f7bf6b53602bffffaf07ecdbc308a9876b36369.zip |
Prepare 5.0.3-SNAPSHOT builds
Change-Id: Iae9d763a65481b09af6e19b33e41375f27038357
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.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
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 e87a524a6f..0c32cf3b3b 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: 5.0.2.201807311906-r +Bundle-Version: 5.0.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 1e8eecc249..1be9ccc8e0 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>5.0.2.201807311906-r</version> + <version>5.0.3-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |