diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 20:50:14 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 21:41:21 -0400 |
commit | d285245c83c183d2771ce02e02df882625aa6044 (patch) | |
tree | dae82b5aa50e3efb56dd0d195fa21d415ef190ff | |
parent | 665ff12949d464a4a7afa8707da7e1d21017adb2 (diff) |
I think this should fix the issues with svn updates killing eachother
-rw-r--r-- | conf/sources.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/sources.mk b/conf/sources.mk index 86f3142..991250f 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -8,9 +8,9 @@ maven-plugin-api-bootstrap = tar|$(_apache_mirror)/maven/maven modello-core = git|git://github.com/sonatype/modello.git|modello-1.8.1/modello-core modello-plugins = git|git://github.com/sonatype/modello.git|modello-1.8.1/modello-plugins -maven-plugin-annotations-bootstrap = svn|$(_apache_svn)|maven/plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-annotations -maven-plugin-tools-api-bootstrap = svn|$(_apache_svn)|maven/plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-tools-api -xbean-reflect-bootstrap = svn|$(_apache_svn)|geronimo/xbean/tags/xbean-3.4/xbean-reflect # Yes, I know xbean 3.4 is old +maven-plugin-annotations-bootstrap = svn|$(_apache_svn)/maven|plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-annotations +maven-plugin-tools-api-bootstrap = svn|$(_apache_svn)/maven|plugin-tools/tags/maven-plugin-tools-3.3/maven-plugin-tools-api +xbean-reflect-bootstrap = svn|$(_apache_svn)/geronimo|xbean/tags/xbean-3.4/xbean-reflect # Yes, I know xbean 3.4 is old plexus-build-api = git|git://github.com/sonatype/sisu-build-api.git|plexus-build-api-0.0.7 plexus-cipher = git|git://github.com/sonatype/plexus-cipher.git|plexus-cipher-1.7 |