diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 21:10:08 +0100 |
commit | f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b (patch) | |
tree | c841a68501a005ef397c7a7df43f68d59d6b5dac /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | f944063517b9507934f451cc64c16d9bbdb98cf4 (diff) | |
download | jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.tar.gz jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.zip |
Prepare 4.11.1-SNAPSHOT builds
Change-Id: Id9aa6b7e8f56de5183b6cd57ef0e790ec9debd4d
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 ee4eb808ef..62dfe917e4 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.0.201803080745-r +Bundle-Version: 4.11.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 8ba0a5b827..90b660eca0 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.0.201803080745-r</version> + <version>4.11.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |