We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a9cd40 + 5bb9b7b commit 30865f7Copy full SHA for 30865f7
pom.xml
@@ -35,9 +35,9 @@
35
36
<!-- Include the Maven Plugin Repository -->
37
<pluginRepositories>
38
- <pluginRepository>
+ <pluginRepository>
39
<id>sonatype</id>
40
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+ <url>https://oss.sonatype.org/content/groups/public/</url>
41
</pluginRepository>
42
</pluginRepositories>
43
@@ -141,7 +141,7 @@
141
<plugin>
142
<groupId>co.cask</groupId>
143
<artifactId>cdap-maven-plugin</artifactId>
144
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1</version>
145
<configuration>
146
<cdapArtifacts>
147
<parent>system:wrangler-transform[3.0.0,10.0.0)</parent>
0 commit comments