Compare commits

...

7 Commits

Author SHA1 Message Date
Ivan Gonchar
0c664b95a5 chore: update Components version to 0.25.3 (#137) 2018-10-24 10:43:12 +08:00
Ivan Gonchar
4863345769 chore: update Components version to 0.25.2 (#136) 2018-10-23 09:55:09 +08:00
build-talend
e6f506e110 chore(Jenkins): Update DQ libs to 6.1.3 (#135) 2018-10-21 10:43:57 +02:00
Nicolas Rousseau
a4e63734ec fix(TUP-21000) fix jackson to 2.9.5 2018-10-20 14:09:53 +08:00
Ivan Gonchar
65b3f8aa97 chore: update Components version to 0.25.1 and daikon version to 0.27.0 (#134) 2018-10-20 13:18:26 +08:00
build-talend
9aa255b82f chore(Jenkins): Update DQ libs 6.1.3 + Daikon 0.27.0 (#133) 2018-10-19 14:36:10 +02:00
Jenkins Continuous Build server
3764ab97ce Set version to 7.1.1 2018-10-18 11:41:51 +02:00
12 changed files with 21 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.talend.repo</groupId>
<artifactId>dependencies.p2</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>
<artifactId>dependencies.p2.tos</artifactId>
@@ -110,12 +110,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<version>2.9.5</version>
</dependency>
<!-- end of daikon dependencies -->

View File

@@ -5,13 +5,13 @@
<groupId>org.talend.repo</groupId>
<artifactId>dependencies.p2</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<components.version>0.25.0</components.version>
<daikon.version>0.26.1</daikon.version>
<dataquality.lib.version>6.1.2</dataquality.lib.version>
<components.version>0.25.3</components.version>
<daikon.version>0.27.0</daikon.version>
<dataquality.lib.version>6.1.3</dataquality.lib.version>
</properties>
<distributionManagement>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath />
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath />
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tos-products-parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../talend.studio.tos.product.parent.pom</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tos-products-parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../talend.studio.tos.product.parent.pom</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tos-products-parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../talend.studio.tos.product.parent.pom</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tos-products-parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../talend.studio.tos.product.parent.pom</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tos-products-parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../talend.studio.tos.product.parent.pom</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath />
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath />
</parent>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.talend.studio</groupId>
<artifactId>parent-pom</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<packaging>pom</packaging>
<properties>
@@ -12,10 +12,10 @@
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<base.version>7.1.1</base.version>
<!-- osgi.compatible.version is either ${base.version}-SNAPSHOT (snapshots), ${base.version}.<suffix> (milestones), or ${base.version} (GA)-->
<osgi.compatible.version>${base.version}-SNAPSHOT</osgi.compatible.version>
<osgi.compatible.version>${base.version}</osgi.compatible.version>
<!-- maven.compatible.version is either ${base.version}-SNAPSHOT (snapshots), ${base.version}-<suffix> (milestones), or ${base.version} (GA)-->
<maven.compatible.version>${base.version}-SNAPSHOT</maven.compatible.version>
<repo.type>Snapshot</repo.type>
<maven.compatible.version>${base.version}</maven.compatible.version>
<repo.type>Release</repo.type>
<doc.version>7.1.1-SNAPSHOT</doc.version>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<talend.nexus.url>${talend.nexus.host}/nexus/content/repositories</talend.nexus.url>
@@ -36,7 +36,7 @@
<osgi.ws>win32</osgi.ws>
<osgi.os>win32</osgi.os>
<osgi.arch>x86</osgi.arch>
<strictVersions>true</strictVersions>
<strictVersions>false</strictVersions>
</properties>
<distributionManagement>