Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-08-18 19:15:52 +0000
committerJeff Johnston2015-08-18 19:49:46 +0000
commit0df4a22f0ed5cb48dab2c27308f6dc99119c791c (patch)
tree3836ace0cd6ba978d0271ca1d77acefe29b66031 /changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
parent86ca7d7b4e75b86c4c4b683db1f67ad54f01b333 (diff)
downloadorg.eclipse.linuxtools-0df4a22f0ed5cb48dab2c27308f6dc99119c791c.tar.gz
org.eclipse.linuxtools-0df4a22f0ed5cb48dab2c27308f6dc99119c791c.tar.xz
org.eclipse.linuxtools-0df4a22f0ed5cb48dab2c27308f6dc99119c791c.zip
Repair Docker Client repo category.xml and fix ChangeLog ui tests
- fix the Docker Client category.xml to put back jackson.datatype-guava and jaxb-annotations which were removed in a previous patch - fix the ChangeLog ui tests pom.xml to properly refer to the parent id Change-Id: Ie25e42f91d4dba0b52f64d33d56c92a22e14432a Reviewed-on: https://git.eclipse.org/r/54023 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml b/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
index c646ed451c..e0b35e91ef 100644
--- a/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.ui.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-changelog-parent</artifactId>
<groupId>org.eclipse.linuxtools.changelog</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.changelog.ui.tests</artifactId>

Back to the top