diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-07-31 22:07:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-07-31 22:07:17 +0200 |
commit | a8c7c42ff18d5bbe453e6904a593aa870f4aec56 (patch) | |
tree | 0b64c01b7b25f05ec34e0b8bd266c84c5d2497d1 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | e51d2fcda89e0456930f5c46da933072968dfb60 (diff) | |
download | jgit-a8c7c42ff18d5bbe453e6904a593aa870f4aec56.tar.gz jgit-a8c7c42ff18d5bbe453e6904a593aa870f4aec56.zip |
Prepare 4.11.2-SNAPSHOT builds
Change-Id: I02630900ab131478b30abe68b2133d2c8a5a67ab
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 9cc6f6e67e..e6bd066b9e 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.11.1.201807311124-r +Bundle-Version: 4.11.2.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 107f7761be..c53da9ae53 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.11.1.201807311124-r</version> + <version>4.11.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |