Skip to content

Commit 30865f7

Browse files
authored
Merge pull request #3 from data-integrations/fix-plugin-repository
Use the correct maven plugin repository
2 parents 7a9cd40 + 5bb9b7b commit 30865f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
<!-- Include the Maven Plugin Repository -->
3737
<pluginRepositories>
38-
<pluginRepository>
38+
<pluginRepository>
3939
<id>sonatype</id>
40-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
40+
<url>https://oss.sonatype.org/content/groups/public/</url>
4141
</pluginRepository>
4242
</pluginRepositories>
4343

@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>co.cask</groupId>
143143
<artifactId>cdap-maven-plugin</artifactId>
144-
<version>1.0.0-SNAPSHOT</version>
144+
<version>1.0.1</version>
145145
<configuration>
146146
<cdapArtifacts>
147147
<parent>system:wrangler-transform[3.0.0,10.0.0)</parent>

0 commit comments

Comments
 (0)