Skip to content

Commit a93292c

Browse files
Merge pull request #9 from data-integrations/bugfix-wrangler-parent-artifact
Fixes pom.xml to have both wrangler-transform and wrangler-service as parents for cdap-maven-plugin
2 parents 834698d + 78bb6ce commit a93292c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<configuration>
145145
<cdapArtifacts>
146146
<parent>system:wrangler-transform[4.0.0,5.0.0)</parent>
147+
<parent>system:wrangler-service[4.0.0,5.0.0)</parent>
147148
</cdapArtifacts>
148149
</configuration>
149150
<executions>

0 commit comments

Comments
 (0)