Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-05-27 12:46:25 +0000
committerUwe Stieber2014-05-27 12:46:25 +0000
commitaf73122aa2134c71f6c44e6db7130a95b3cf24e3 (patch)
treec678566f3336095c05dc0d21dd6512090d67340b /admin/pom-config.xml
parenta6f0c3d0cfccc57ede8bce40ab3c74ab6f61a454 (diff)
downloadorg.eclipse.tcf-af73122aa2134c71f6c44e6db7130a95b3cf24e3.tar.gz
org.eclipse.tcf-af73122aa2134c71f6c44e6db7130a95b3cf24e3.tar.xz
org.eclipse.tcf-af73122aa2134c71f6c44e6db7130a95b3cf24e3.zip
Releng (Luna): Fix tcf-stream variable and set it correctly to "1.2"
Diffstat (limited to 'admin/pom-config.xml')
-rw-r--r--admin/pom-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index f571cbdca..c0a9192f1 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -41,7 +41,7 @@
<!-- Common global properties -->
<adminDir>${env.WORKSPACE}/admin</adminDir>
- <tcf-stream>development</tcf-stream>
+ <tcf-stream>1.2</tcf-stream>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- JaCoCo global properties -->

Back to the top