diff options
author | Matthias Sohn | 2014-10-13 22:53:24 +0000 |
---|---|---|
committer | Matthias Sohn | 2014-10-13 22:53:24 +0000 |
commit | c97bc0b814df930b4ad7776f1179597d0fb4c05b (patch) | |
tree | 7bc3e44cc8789061d7a6634f01852ca52d969692 /org.eclipse.egit.target | |
parent | 11830c822afb7e316beb1343826f21301b152e30 (diff) | |
download | egit-3.5.1.201410131835-r.tar.gz egit-3.5.1.201410131835-r.tar.xz egit-3.5.1.201410131835-r.zip |
EGit v3.5.1.201410131835-rv3.5.1.201410131835-r
Change-Id: I63270cf19870493d092de4bc9832a5f6295eb4eb
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target')
-rw-r--r-- | org.eclipse.egit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.egit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF index 9393d51fcb..3130c75302 100644 --- a/org.eclipse.egit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF @@ -2,5 +2,5 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.egit.target -Bundle-Version: 3.5.1.qualifier +Bundle-Version: 3.5.1.201410131835-r Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/org.eclipse.egit.target/pom.xml b/org.eclipse.egit.target/pom.xml index 261305d592..7058e7bcfe 100644 --- a/org.eclipse.egit.target/pom.xml +++ b/org.eclipse.egit.target/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.eclipse.egit</groupId> <artifactId>egit-parent</artifactId> - <version>3.5.1-SNAPSHOT</version> + <version>3.5.1.201410131835-r</version> </parent> <build> |