Skip to content

Commit 2ff5843

Browse files
authored
Merge pull request #3 from hydrator/prepare-1.8
update versions for 1.8
2 parents 96e7178 + cb0409b commit 2ff5843

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>co.cask.hydrator</groupId>
88
<artifactId>elasticsearch-plugins</artifactId>
9-
<version>1.7.1</version>
9+
<version>1.8.0</version>
1010

1111
<licenses>
1212
<license>
@@ -80,7 +80,7 @@
8080
<junit.version>4.11</junit.version>
8181
<commons-httpclient.version>3.1</commons-httpclient.version>
8282
<docs.dir>docs</docs.dir>
83-
<app.parents>system:cdap-etl-batch[4.2.0,4.3.0-SNAPSHOT),system:cdap-data-pipeline[4.2.0,4.3.0-SNAPSHOT),system:cdap-data-streams[4.2.0,4.3.0-SNAPSHOT)</app.parents>
83+
<app.parents>system:cdap-data-pipeline[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT),system:cdap-data-streams[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT)</app.parents>
8484
<!-- this is here because project.basedir evaluates to null in the script build step -->
8585
<main.basedir>${project.basedir}</main.basedir>
8686
</properties>

widgets/Elasticsearch-batchsink.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"metadata": {
3-
"spec-version": "1.0"
3+
"spec-version": "1.5"
44
},
5+
"display-name": "Elasticsearch",
56
"configuration-groups": [
67
{
78
"label": "Elasticsearch Configuration",

widgets/Elasticsearch-batchsource.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"metadata": {
3-
"spec-version": "1.0"
3+
"spec-version": "1.5"
44
},
5+
"display-name": "Elasticsearch",
56
"configuration-groups": [
67
{
78
"label": "Elasticsearch Configuration",

widgets/Elasticsearch-realtimesink.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"metadata": {
3-
"spec-version": "1.0"
3+
"spec-version": "1.5"
44
},
5+
"display-name": "Elasticsearch",
56
"configuration-groups": [
67
{
78
"label": "Elasticsearch Configuration",

0 commit comments

Comments
 (0)