Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/perf
diff options
context:
space:
mode:
authorJeff Johnston2018-06-12 20:58:31 +0000
committerJeff Johnston2018-06-12 21:35:05 +0000
commit1c9cc481d11079740a3d309d7bcb9209757feaab (patch)
treeb25c6ac62fdbfb8966d6b5184084d90d02bcc162 /perf
parentb2366f4a815b1e48ec9f0927be6f922faf6dae73 (diff)
downloadorg.eclipse.linuxtools-1c9cc481d11079740a3d309d7bcb9209757feaab.tar.gz
org.eclipse.linuxtools-1c9cc481d11079740a3d309d7bcb9209757feaab.tar.xz
org.eclipse.linuxtools-1c9cc481d11079740a3d309d7bcb9209757feaab.zip
Update for Linux Tools 7.0.0v7.0.0
- fix up pom.xml files to remove SNAPSHOT for parents - fix Docker reddeer testing to be 2.2.0 - fix p2.inf files eclipse git linuxtools# 0001-Work-in-progress-container-build.patch Change-Id: I5c6fdb12d6fd3cbf456d8981729931bdc593ca84 Reviewed-on: https://git.eclipse.org/r/124430 Tested-by: CI Bot Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'perf')
-rw-r--r--perf/org.eclipse.linuxtools.perf-feature/p2.inf4
-rw-r--r--perf/org.eclipse.linuxtools.perf-feature/pom.xml3
-rw-r--r--perf/org.eclipse.linuxtools.perf.doc/pom.xml2
-rw-r--r--perf/org.eclipse.linuxtools.perf.remote-feature/p2.inf4
-rw-r--r--perf/org.eclipse.linuxtools.perf.remote-feature/pom.xml3
-rw-r--r--perf/org.eclipse.linuxtools.perf.swtbot.tests/pom.xml2
-rw-r--r--perf/org.eclipse.linuxtools.perf.tests/pom.xml2
-rw-r--r--perf/org.eclipse.linuxtools.perf/pom.xml2
-rw-r--r--perf/pom.xml2
9 files changed, 13 insertions, 11 deletions
diff --git a/perf/org.eclipse.linuxtools.perf-feature/p2.inf b/perf/org.eclipse.linuxtools.perf-feature/p2.inf
index 5246a0c824..193bce9e3a 100644
--- a/perf/org.eclipse.linuxtools.perf-feature/p2.inf
+++ b/perf/org.eclipse.linuxtools.perf-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:1,name:Linux Tools,enabled:false);
diff --git a/perf/org.eclipse.linuxtools.perf-feature/pom.xml b/perf/org.eclipse.linuxtools.perf-feature/pom.xml
index a86bfa8deb..c2b3ec538a 100644
--- a/perf/org.eclipse.linuxtools.perf-feature/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf-feature/pom.xml
@@ -15,11 +15,12 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf.feature</artifactId>
<packaging>eclipse-feature</packaging>
+ <version>7.0.0-SNAPSHOT</version>
<name>Linux Tools Perf Integration Feature</name>
diff --git a/perf/org.eclipse.linuxtools.perf.doc/pom.xml b/perf/org.eclipse.linuxtools.perf.doc/pom.xml
index b9fcfa3e51..24ddc76f4b 100644
--- a/perf/org.eclipse.linuxtools.perf.doc/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf.doc/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf.doc</artifactId>
diff --git a/perf/org.eclipse.linuxtools.perf.remote-feature/p2.inf b/perf/org.eclipse.linuxtools.perf.remote-feature/p2.inf
index 5246a0c824..193bce9e3a 100644
--- a/perf/org.eclipse.linuxtools.perf.remote-feature/p2.inf
+++ b/perf/org.eclipse.linuxtools.perf.remote-feature/p2.inf
@@ -1,3 +1,3 @@
instructions.configure=\
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:0,name:Linux Tools,enabled:false); \
-org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/updates-nightly,type:1,name:Linux Tools,enabled:false);
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:0,name:Linux Tools,enabled:false); \
+org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/linuxtools/update,type:1,name:Linux Tools,enabled:false);
diff --git a/perf/org.eclipse.linuxtools.perf.remote-feature/pom.xml b/perf/org.eclipse.linuxtools.perf.remote-feature/pom.xml
index 317063191a..cab67f1176 100644
--- a/perf/org.eclipse.linuxtools.perf.remote-feature/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf.remote-feature/pom.xml
@@ -15,11 +15,12 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf.remote.feature</artifactId>
<packaging>eclipse-feature</packaging>
+ <version>7.0.0-SNAPSHOT</version>
<name>Linux Tools Remote Perf Integration Feature</name>
diff --git a/perf/org.eclipse.linuxtools.perf.swtbot.tests/pom.xml b/perf/org.eclipse.linuxtools.perf.swtbot.tests/pom.xml
index 7c9902bea9..66f55f11b4 100644
--- a/perf/org.eclipse.linuxtools.perf.swtbot.tests/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf.swtbot.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf.swtbot.tests</artifactId>
diff --git a/perf/org.eclipse.linuxtools.perf.tests/pom.xml b/perf/org.eclipse.linuxtools.perf.tests/pom.xml
index 79cceb732f..9d0f36c437 100644
--- a/perf/org.eclipse.linuxtools.perf.tests/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf.tests</artifactId>
diff --git a/perf/org.eclipse.linuxtools.perf/pom.xml b/perf/org.eclipse.linuxtools.perf/pom.xml
index 65c10c5919..a19e369d14 100644
--- a/perf/org.eclipse.linuxtools.perf/pom.xml
+++ b/perf/org.eclipse.linuxtools.perf/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-perf-parent</artifactId>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<artifactId>org.eclipse.linuxtools.perf</artifactId>
diff --git a/perf/pom.xml b/perf/pom.xml
index 498c077b2c..4026f6151c 100644
--- a/perf/pom.xml
+++ b/perf/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.0</version>
</parent>
<groupId>org.eclipse.linuxtools.perf-parent</groupId>

Back to the top