Browse Source

fix snapshot url

Shinsuke Sugaya 7 years ago
parent
commit
316df1083a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin.xml

+ 1 - 1
plugin.xml

@@ -4,7 +4,7 @@
 	<property name="target.dir" value="${basedir}/target/plugins" />
 
 	<!-- Maven Repository -->
-	<property name="maven.snapshot.repo.url" value="https://oss.sonatype.org/content/repositories/releases" />
+	<property name="maven.snapshot.repo.url" value="https://oss.sonatype.org/content/repositories/snapshots" />
 	<property name="maven.release.repo.url" value="http://central.maven.org/maven2" />
 
 	<target name="install.plugins">