浏览代码

fix snapshot url

Shinsuke Sugaya 7 年之前
父节点
当前提交
316df1083a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">