Skip to content

Commit 0168694

Browse files
Release version 1.4
1 parent c7fff76 commit 0168694

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
<groupId>io.cdap.plugin</groupId>
2222
<artifactId>multi-table-plugins</artifactId>
23-
<version>1.4.0-SNAPSHOT</version>
23+
<version>1.4.0</version>
2424
<packaging>jar</packaging>
2525

2626
<name>Multiple Table Plugins</name>
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
30+
<cdap.version>6.8.0</cdap.version>
3131
<hadoop.version>2.10.2</hadoop.version>
3232
<hsql.version>2.2.4</hsql.version>
3333
<hydrator.version>2.11.0-SNAPSHOT</hydrator.version>
@@ -73,7 +73,7 @@
7373
</dependency>
7474
<dependency>
7575
<groupId>io.cdap.cdap</groupId>
76-
<artifactId>cdap-data-pipeline2_2.11</artifactId>
76+
<artifactId>cdap-data-pipeline3_2.12</artifactId>
7777
<version>${cdap.version}</version>
7878
<scope>test</scope>
7979
</dependency>

0 commit comments

Comments
 (0)