Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from socialcast/update-for-jenkins-1.574
Browse files Browse the repository at this point in the history
Update for jenkins 1.574
  • Loading branch information
seanwalbran committed Aug 6, 2014
2 parents e6f13dd + 379298c commit 222040c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.399</version><!-- which version of Jenkins is this plugin built against? -->
<version>1.574</version><!-- which version of Jenkins is this plugin built against? -->
</parent>

<groupId>org.socialcast.jenkins.plugins</groupId>
<artifactId>socialcast-reach</artifactId>
<name>Socialcast Reach Plug-in</name>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>hpi</packaging>

<licenses>
<license>
<name>MIT license</name>
<comments>All source code is under the MIT license.</comments>
</license>
</licenses>

<developers>
<developer>
<id>scashin</id>
<name>Sean Cashin</name>
<email>sean@socialcast.com</email>
<email>developers@socialcast.com</email>
<organization>Socialcast</organization>
<organizationUrl>http://www.socialcast.com/</organizationUrl>
<roles>
Expand All @@ -37,24 +37,22 @@
<developerConnection>scm:git:[email protected]:socialcast/socialcast-reach-jenkins-plugin.git</developerConnection>
<url>https://github.com/socialcast/socialcast-reach-jenkins-plugin</url>
</scm>

<issueManagement>
<system>Github Issues</system>
<url>https://github.com/socialcast/socialcast-reach-jenkins-plugin/issues</url>
</issueManagement>

<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
token: "${it.token}"
});
(function(){
var footerContainer = document.getElementById('footer-container');
if (footerContainer) {
footerContainer.style.position = 'relative';
}
var e=document.createElement('script');
e.type='text/javascript';
e.async = true;
Expand Down

0 comments on commit 222040c

Please sign in to comment.