Skip to content

Commit 92739c2

Browse files
authored
Merge pull request #40 from data-integrations/CDAP-21012
[CDAP-21012] update minimum delta-app supported version for delta tra…
2 parents e87a8d5 + 584de36 commit 92739c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</scm>
5555

5656
<properties>
57-
<delta.version>0.9.0-SNAPSHOT</delta.version>
57+
<delta.version>0.9.0</delta.version>
5858
<slf4j.version>1.7.25</slf4j.version>
5959
<gcp.version>16.1.0</gcp.version>
6060
<jacoco.version>0.8.8</jacoco.version>
@@ -267,7 +267,7 @@
267267
<version>1.1.0</version>
268268
<configuration>
269269
<cdapArtifacts>
270-
<parent>system:delta-app[0.0.0,1.0.0-SNAPSHOT)</parent>
270+
<parent>system:delta-app[0.9.0,1.0.0-SNAPSHOT)</parent>
271271
</cdapArtifacts>
272272
</configuration>
273273
<executions>

0 commit comments

Comments
 (0)