Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2012-05-30 23:29:32 +0000
committerRoberto E. Escobar2012-05-30 23:29:32 +0000
commit9d3544c1b33196efd979e94c16de8b0f86edcb61 (patch)
tree241ab095bd77e869705d6693ad304d008978dcd1 /plugins/org.eclipse.osee.orcs.parent
parent40810abde45538e9302ec5ada54e149d159c29a1 (diff)
downloadorg.eclipse.osee-9d3544c1b33196efd979e94c16de8b0f86edcb61.tar.gz
org.eclipse.osee-9d3544c1b33196efd979e94c16de8b0f86edcb61.tar.xz
org.eclipse.osee-9d3544c1b33196efd979e94c16de8b0f86edcb61.zip
feature[ats_19NDL]: Upgrade to use Tycho 0.14.1
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.parent')
-rw-r--r--plugins/org.eclipse.osee.orcs.parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.orcs.parent/pom.xml b/plugins/org.eclipse.osee.orcs.parent/pom.xml
index 510d626b994..37732812e0a 100644
--- a/plugins/org.eclipse.osee.orcs.parent/pom.xml
+++ b/plugins/org.eclipse.osee.orcs.parent/pom.xml
@@ -46,7 +46,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>0.13.0</tycho-version>
+ <tycho-version>0.14.1</tycho-version>
<maven-antrun-version>1.6</maven-antrun-version>
<ant-contrib-version>1.0b3</ant-contrib-version>
<jacoco-version>0.5.3.201107060350</jacoco-version>
@@ -459,7 +459,7 @@
<profile>
<id>osee-local-sites</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<properties>
<osee-xcore-site-path>file:../../../org.eclipse.osee/plugins</osee-xcore-site-path>

Back to the top