diff options
author | Matthias Sohn | 2019-06-12 20:58:02 -0400 |
---|---|---|
committer | Matthias Sohn | 2019-06-12 20:58:16 -0400 |
commit | 49291ed4b011a4993bf77e8704370c8dec0b9133 (patch) | |
tree | a1ae1e413040f1938a5825c3b8ec883394920d96 /org.eclipse.egit.mylyn.ui.test | |
parent | a62e0b6023d470afc579e014868cc49c3bdd20fb (diff) | |
parent | 245b4bb7b601f1e44c0834c34468766287919e37 (diff) | |
download | egit-49291ed4b011a4993bf77e8704370c8dec0b9133.tar.gz egit-49291ed4b011a4993bf77e8704370c8dec0b9133.tar.xz egit-49291ed4b011a4993bf77e8704370c8dec0b9133.zip |
Merge branch 'stable-5.4'
* stable-5.4:
Prepare 5.4.1-SNAPSHOT builds
EGit v5.4.0.201906121030-r
Update New and Noteworthy for 5.4.0
Update documentation for 5.4.0
Prepare 5.4.0-SNAPSHOT builds
EGit v5.4.0.201905221418-m3
Prepare 5.4.0-SNAPSHOT builds
EGit v5.4.0.201905081430-m2
Change-Id: I958d245d3b3866de987ca92a33f7cbb787ee2d61
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui.test')
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF index c2ec78579..4051edcc7 100644 --- a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: Git Team Provider Mylyn UI Test Fragment Automatic-Module-Name: org.eclipse.egit.mylyn.ui.test Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test -Bundle-Version: 5.4.0.qualifier +Bundle-Version: 5.4.1.qualifier Fragment-Host: org.eclipse.egit.mylyn.ui Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Vendor: Eclipse.org diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index bd66e1e42..18645ec21 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.eclipse.egit</groupId> <artifactId>egit-parent</artifactId> - <version>5.4.0-SNAPSHOT</version> + <version>5.4.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.egit.mylyn.ui.test</artifactId> |