]> gerrit.simantics Code Review - simantics/district.git/commitdiff
Fix wrong platform branch spec in district release/1.43.0 branch 45/4345/1
authorjsimomaa <jani.simomaa@gmail.com>
Tue, 28 Jul 2020 10:20:34 +0000 (13:20 +0300)
committerjsimomaa <jani.simomaa@gmail.com>
Tue, 28 Jul 2020 10:20:34 +0000 (13:20 +0300)
gitlab #92

Change-Id: I0dea1d07ef14bfb0062fa5fb95c88dc40a1cdfc9

pom.xml

diff --git a/pom.xml b/pom.xml
index c6ac8ea279872fd0fe71ff7ee2ec0843b6774591..9b6cbe483da5c300aed89fde791608f8d2b47c25 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,9 +8,9 @@
 
        <!-- common settings for all modules -->
        <properties>
-               <branch-spec>master</branch-spec>
+               <branch-spec>release/1.43.0</branch-spec>
                <simantics-download-site>http://www.simantics.org/download</simantics-download-site>
-               <tycho-version>1.0.0</tycho-version>
+               <tycho-version>1.5.0</tycho-version>
        </properties>
 
        <repositories>