Skip to content

Commit

Permalink
release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengfeng committed Nov 30, 2017
1 parent b140e48 commit fa63046
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions adls-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-adls-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>co.cask.hydrator</groupId>
<artifactId>filesource-common</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion adls-plugins/widgets/ADLSBatchSink-batchsink.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"widget-type": "textbox",
"label": "Field Delimiter (only when output format is text)",
"name": "textDelimiter"
"name": "fieldDelimiter"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions azure-blob-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>azure-adls-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>co.cask.hydrator</groupId>
<artifactId>filesource-common</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion filesource-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>azure-adls-plugins</artifactId>
<groupId>co.cask.hydrator</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>azure-adls-plugins</artifactId>
<packaging>pom</packaging>
<name>Azure Adls Plugin Collection</name>
<version>1.2.0</version>
<version>1.3.0</version>

<licenses>
<license>
Expand Down Expand Up @@ -79,19 +79,19 @@
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-etl-api</artifactId>
<version>4.3.0</version>
<version>${cdap.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>hydrator-test</artifactId>
<version>4.3.0</version>
<version>${cdap.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>co.cask.cdap</groupId>
<artifactId>cdap-data-pipeline</artifactId>
<version>4.3.0</version>
<version>${cdap.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fa63046

Please sign in to comment.