Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Piskarev2015-06-26 11:09:38 +0000
committerVladimir Piskarev2015-06-26 11:17:23 +0000
commit92de4047b53a9caf7b3ac1c07e157d8a3197dc2b (patch)
treee8c2201c2be717baa114b05693057b953af65ddc
parenta0c5cdc8aec07ee9dd420de6168bf21eb515c47a (diff)
downloadorg.eclipse.handly-92de4047b53a9caf7b3ac1c07e157d8a3197dc2b.tar.gz
org.eclipse.handly-92de4047b53a9caf7b3ac1c07e157d8a3197dc2b.tar.xz
org.eclipse.handly-92de4047b53a9caf7b3ac1c07e157d8a3197dc2b.zip
[releng] Tycho 0.23
-rw-r--r--releng/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index 2d36fa6d..9798a97d 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -21,8 +21,8 @@
<maven>3.0</maven>
</prerequisites>
<properties>
- <tycho.version>0.22.0</tycho.version>
- <tycho.extras.version>0.22.0</tycho.extras.version>
+ <tycho.version>0.23.0</tycho.version>
+ <tycho.extras.version>0.23.0</tycho.extras.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>

Back to the top