diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-08 11:25:06 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-08 11:25:06 +0200 |
commit | 81801832892a211be534c1c0ccd382df6c77e003 (patch) | |
tree | 08ef8aa51aa48cc6c8ee161c99089d9872187449 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 6877730fa08efbf132f40c6a620f92fb1a22b038 (diff) | |
download | jgit-81801832892a211be534c1c0ccd382df6c77e003.tar.gz jgit-81801832892a211be534c1c0ccd382df6c77e003.zip |
Prepare 4.9.1-SNAPSHOT builds
Change-Id: Ic49fd093d3fe4324c4d83aba74033040fcaa37a6
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 faa212d1eb..92f25ef00e 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.0.201710071750-r +Bundle-Version: 4.9.1.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 ae9b265164..c75b497314 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.0.201710071750-r</version> + <version>4.9.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |