diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-14 08:25:09 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-14 08:28:59 +0200 |
commit | 93d3d481f8f2106e9e0174580e92cebe917ae58c (patch) | |
tree | bdff6de930d551accc2b5c3397987ac7de6ab44f /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 8dad905f20142e699faa974e7bd4cba6ced335cc (diff) | |
download | jgit-93d3d481f8f2106e9e0174580e92cebe917ae58c.tar.gz jgit-93d3d481f8f2106e9e0174580e92cebe917ae58c.zip |
Prepare 5.11.2-SNAPSHOT builds
Change-Id: Idfd81bd3bbcd99034f69fffb1a562bf07b0f8209
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 8f55b6ccd3..43c0a83a5e 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.11.1.202105131744-r +Bundle-Version: 5.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 4199b3fc3e..70f7cea467 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.11.1.202105131744-r</version> + <version>5.11.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |