Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-05-27 12:22:15 +0000
committerUwe Stieber2014-05-27 12:22:15 +0000
commit8b4ceb3ae54f9a10ea3cd42199526b68eccb089a (patch)
tree24793ffa4ae8405f64a333493e5121bf8eeb9e85 /target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
parentcec947cc44e78e5a433579df83c276cef1df1d4f (diff)
downloadorg.eclipse.tcf-8b4ceb3ae54f9a10ea3cd42199526b68eccb089a.tar.gz
org.eclipse.tcf-8b4ceb3ae54f9a10ea3cd42199526b68eccb089a.tar.xz
org.eclipse.tcf-8b4ceb3ae54f9a10ea3cd42199526b68eccb089a.zip
Releng (Luna): Set version numbers to "1.2.0". Fix copyrights.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index 4a0c1e563..3677a96ae 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -7,11 +7,11 @@
<parent>
<groupId>org.eclipse.tcf</groupId>
<artifactId>tcf-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
- <version>1.3.0.qualifier</version>
+ <version>1.2.0.qualifier</version>
<artifactId>org.eclipse.tcf.te.tests</artifactId>
<packaging>eclipse-test-plugin</packaging>
@@ -19,7 +19,7 @@
<jacoco.append>true</jacoco.append>
<sdk-version>3.8.2</sdk-version>
- <te-version>1.3.0</te-version>
+ <te-version>1.2.0</te-version>
<ui.test.vmargs>-Xint -Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
</properties>

Back to the top