Skip to content

Commit fa63046

Browse files
author
Chengfeng
committed
release 1.3
1 parent b140e48 commit fa63046

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

adls-plugins/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-adls-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.2.0</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>co.cask.hydrator</groupId>
1818
<artifactId>filesource-common</artifactId>
19-
<version>1.2.0</version>
19+
<version>1.3.0</version>
2020
</dependency>
2121
</dependencies>
2222

adls-plugins/widgets/ADLSBatchSink-batchsink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{
5959
"widget-type": "textbox",
6060
"label": "Field Delimiter (only when output format is text)",
61-
"name": "textDelimiter"
61+
"name": "fieldDelimiter"
6262
}
6363
]
6464
}

azure-blob-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>azure-adls-plugins</artifactId>
88
<groupId>co.cask.hydrator</groupId>
9-
<version>1.2.0</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>co.cask.hydrator</groupId>
1919
<artifactId>filesource-common</artifactId>
20-
<version>1.2.0</version>
20+
<version>1.3.0</version>
2121
</dependency>
2222
</dependencies>
2323

filesource-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>azure-adls-plugins</artifactId>
77
<groupId>co.cask.hydrator</groupId>
8-
<version>1.2.0</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>azure-adls-plugins</artifactId>
99
<packaging>pom</packaging>
1010
<name>Azure Adls Plugin Collection</name>
11-
<version>1.2.0</version>
11+
<version>1.3.0</version>
1212

1313
<licenses>
1414
<license>
@@ -79,19 +79,19 @@
7979
<dependency>
8080
<groupId>co.cask.cdap</groupId>
8181
<artifactId>cdap-etl-api</artifactId>
82-
<version>4.3.0</version>
82+
<version>${cdap.version}</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>co.cask.cdap</groupId>
8787
<artifactId>hydrator-test</artifactId>
88-
<version>4.3.0</version>
88+
<version>${cdap.version}</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>co.cask.cdap</groupId>
9393
<artifactId>cdap-data-pipeline</artifactId>
94-
<version>4.3.0</version>
94+
<version>${cdap.version}</version>
9595
<scope>provided</scope>
9696
</dependency>
9797
<dependency>

0 commit comments

Comments
 (0)