maven.glassfish.org does not seem to publish the hudson artifacts anymore
authorJan Lahoda <jlahoda@netbeans.org>
Thu, 28 Mar 2013 21:05:52 +0100
changeset 93674d52c41b863
parent 934 184c196a433d
child 937 4db4c04713d6
maven.glassfish.org does not seem to publish the hudson artifacts anymore
remoting/server/hudson/pom.xml
     1.1 --- a/remoting/server/hudson/pom.xml	Sat Feb 23 17:52:11 2013 +0100
     1.2 +++ b/remoting/server/hudson/pom.xml	Thu Mar 28 21:05:52 2013 +0100
     1.3 @@ -2,9 +2,9 @@
     1.4    <modelVersion>4.0.0</modelVersion>
     1.5    <name>Jackpot 3.0 Hudson Plugin</name>
     1.6    <parent>
     1.7 -    <groupId>org.jvnet.hudson.plugins</groupId>
     1.8 -    <artifactId>hudson-plugin-parent</artifactId>
     1.9 -    <version>2.0.0</version><!-- which version of Hudson is this plugin built against? -->
    1.10 +    <groupId>org.jenkins-ci.plugins</groupId>
    1.11 +    <artifactId>plugin</artifactId>
    1.12 +    <version>1.396</version><!-- which version of Jenkins is this plugin built against? -->
    1.13    </parent>
    1.14  
    1.15    <groupId>org.netbeans.modules.jackpot30.hudson</groupId>
    1.16 @@ -12,18 +12,18 @@
    1.17    <version>1.0-SNAPSHOT</version>
    1.18    <packaging>hpi</packaging>
    1.19  
    1.20 -  <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
    1.21 +  <!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
    1.22    <repositories>
    1.23      <repository>
    1.24 -      <id>m.g.o-public</id>
    1.25 -      <url>http://maven.glassfish.org/content/groups/public/</url>
    1.26 +      <id>repo.jenkins-ci.org</id>
    1.27 +      <url>http://repo.jenkins-ci.org/public/</url>
    1.28      </repository>
    1.29    </repositories>
    1.30  
    1.31    <pluginRepositories>
    1.32      <pluginRepository>
    1.33 -      <id>m.g.o-public</id>
    1.34 -      <url>http://maven.glassfish.org/content/groups/public/</url>
    1.35 +      <id>repo.jenkins-ci.org</id>
    1.36 +      <url>http://repo.jenkins-ci.org/public/</url>
    1.37      </pluginRepository>
    1.38    </pluginRepositories>
    1.39