Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-06-04 13:21:31 +0000
committerSteffen Pingel2012-06-04 13:21:31 +0000
commitc43f6efa6237582f7e99ada919019095787a9735 (patch)
tree87189bb49bf153e577f38610a93dcd1e587fd233
parent2fa97b766518f7a04c5d0dd4eaed09a5de8383ff (diff)
downloadorg.eclipse.mylyn-c43f6efa6237582f7e99ada919019095787a9735.tar.gz
org.eclipse.mylyn-c43f6efa6237582f7e99ada919019095787a9735.tar.xz
org.eclipse.mylyn-c43f6efa6237582f7e99ada919019095787a9735.zip
fix target profile activation for juno
-rw-r--r--org.eclipse.mylyn-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index f38e11ae..f5041fdf 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -361,7 +361,7 @@
<activation>
<property>
<name>target-profile</name>
- <value>e4.2</value>
+ <value>juno</value>
</property>
</activation>
<properties>

Back to the top