Skip to content

Commit 89c2ece

Browse files
Merge pull request #183 from data-integrations/fix-hydrator-dependency
bump cdap plugin version
2 parents c6e6918 + e9dfe80 commit 89c2ece

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,13 @@
7777
<properties>
7878
<awaitility.version>3.1.6</awaitility.version>
7979
<cdap.version>6.11.0-SNAPSHOT</cdap.version>
80+
<cdap.plugin.version>2.13.0-SNAPSHOT</cdap.plugin.version>
8081
<commons.version>3.9</commons.version>
8182
<common.codec.version>1.12</common.codec.version>
8283
<gson.version>2.8.5</gson.version>
8384
<googleauth.version>0.4.0</googleauth.version>
8485
<hadoop.version>3.3.6</hadoop.version>
8586
<httpcomponents.version>4.5.9</httpcomponents.version>
86-
<hydrator.version>2.13.0-SNAPSHOT</hydrator.version>
87-
<cdap.plugin.version>2.12.0</cdap.plugin.version>
8887
<jackson.version>2.13.0</jackson.version>
8988
<junit.version>4.11</junit.version>
9089
<jython.version>2.7.1</jython.version>
@@ -125,7 +124,7 @@
125124
<dependency>
126125
<groupId>io.cdap.plugin</groupId>
127126
<artifactId>hydrator-common</artifactId>
128-
<version>${hydrator.version}</version>
127+
<version>${cdap.plugin.version}</version>
129128
</dependency>
130129
<dependency>
131130
<groupId>io.cdap.plugin</groupId>

0 commit comments

Comments
 (0)