diff options
-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 |