diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-17 16:45:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-05-17 16:45:21 +0200 |
commit | 3254672fcdff50059eaf455a3044cb110b9ef153 (patch) | |
tree | 302b93adbc191f8d0b4ed3b06342ee00b91ca295 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | b7d49e6d3c98ab62641d7c50b03fd080437c2277 (diff) | |
download | jgit-3254672fcdff50059eaf455a3044cb110b9ef153.tar.gz jgit-3254672fcdff50059eaf455a3044cb110b9ef153.zip |
Prepare 4.8.0-SNAPSHOT builds
Change-Id: I27fc4e4969fafde0fcba26aeebe30d732770b68f
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 653463ec1a..ceaf8b8ff0 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.8.0.201705170830-rc1 +Bundle-Version: 4.8.0.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 f11dd02c83..2ef4d492a1 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.8.0.201705170830-rc1</version> + <version>4.8.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |