diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-08 00:31:09 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-04-08 00:31:09 +0200 |
commit | 3db0f507eee3e552f1bcf7343efb03adf34c9afa (patch) | |
tree | 351f3ed207c4859d76f72d1c8cb70e12310339f6 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | c1d3ecbeab4b596bb0b0547cdcc5147d2b588896 (diff) | |
download | jgit-3db0f507eee3e552f1bcf7343efb03adf34c9afa.tar.gz jgit-3db0f507eee3e552f1bcf7343efb03adf34c9afa.zip |
Prepare 4.5.3-SNAPSHOT builds
Change-Id: I69681b7a5687ca76bd0dd5d3e7ce2cff841d0e32
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 72a97408ca..be64ac2359 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.5.2.201704071617-r +Bundle-Version: 4.5.3.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 5d044a8a8b..948947f4f2 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.5.2.201704071617-r</version> + <version>4.5.3-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |