Skip to content

Commit

Permalink
Release version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalakshmisha committed Apr 13, 2023
1 parent c7fff76 commit 0168694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

<groupId>io.cdap.plugin</groupId>
<artifactId>multi-table-plugins</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>Multiple Table Plugins</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
<cdap.version>6.8.0</cdap.version>
<hadoop.version>2.10.2</hadoop.version>
<hsql.version>2.2.4</hsql.version>
<hydrator.version>2.11.0-SNAPSHOT</hydrator.version>
Expand Down Expand Up @@ -73,7 +73,7 @@
</dependency>
<dependency>
<groupId>io.cdap.cdap</groupId>
<artifactId>cdap-data-pipeline2_2.11</artifactId>
<artifactId>cdap-data-pipeline3_2.12</artifactId>
<version>${cdap.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 0168694

Please sign in to comment.