diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 12:00:26 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 12:00:26 +0100 |
commit | ce76f773f8207e5ceeb87d8f3da334c1e6295ad5 (patch) | |
tree | 253f5347a2c70d04ccefee466ca4a225bff82625 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 40366c1cf551fc59a04d796fe7f9cd99617e1416 (diff) | |
download | jgit-ce76f773f8207e5ceeb87d8f3da334c1e6295ad5.tar.gz jgit-ce76f773f8207e5ceeb87d8f3da334c1e6295ad5.zip |
Prepare 4.5.6-SNAPSHOT builds
Change-Id: I57c55187ada6d824b94a17f5a79a5bcff61f9ee9
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 763011199f..48939f867c 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.5.5.201812240535-r +Bundle-Version: 4.5.6.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 b5eaa9d613..625c948783 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.5.5.201812240535-r</version> + <version>4.5.6-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |