Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-04 07:09:12 +0000
committerAlexander Kurtakov2018-05-04 07:09:12 +0000
commitf94ba34d001c0a4b3b2538e3a55a844297e911fa (patch)
tree0bd681df752767463a972f5cf2c49ecc77d4dacc
parentf2624dae783976f9683e0d8e223cb7ed0120e81c (diff)
downloadorg.eclipse.epp.logging-f94ba34d001c0a4b3b2538e3a55a844297e911fa.tar.gz
org.eclipse.epp.logging-f94ba34d001c0a4b3b2538e3a55a844297e911fa.tar.xz
org.eclipse.epp.logging-f94ba34d001c0a4b3b2538e3a55a844297e911fa.zip
Build with Tycho 1.1.0.
Change-Id: If8e01c6dfe46c9b279048a56d3033e2247ba1bdc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bcc4c5bbd..b76f483fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<properties>
<loggingVersion>2.0.7-SNAPSHOT</loggingVersion>
<javaVersion>1.8</javaVersion>
- <tychoVersion>1.0.0</tychoVersion>
+ <tychoVersion>1.1.0</tychoVersion>
<!-- The default simultaneous release used to base the target platform
on (override with -Dsimrel=...) -->
<simrel>oxygen</simrel>

Back to the top