diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-08 20:24:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-08 20:24:36 +0200 |
commit | 81cd70d5d049c875aae235660a4f978824846c87 (patch) | |
tree | 9da7a147550018aeb11940a3e5fe22dcd7412659 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | b3d51a399e91ad93e4387f4c4f30149c63f56c44 (diff) | |
download | jgit-81cd70d5d049c875aae235660a4f978824846c87.tar.gz jgit-81cd70d5d049c875aae235660a4f978824846c87.zip |
Prepare 5.13.1-SNAPSHOT builds
Change-Id: Ib2f689d8d13eab022da5b5e83d6d6bebc1bb81d3
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 1192fb491e..d7f05cbac9 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.13.0.202109080827-r +Bundle-Version: 5.13.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 35c68afa9a..faf251973b 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.13.0.202109080827-r</version> + <version>5.13.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |