Skip to content

Commit

Permalink
update for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
alanharder committed Aug 5, 2011
1 parent ef202ad commit 98fba09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Expand Up @@ -24,18 +24,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.388</version><!-- which version of Hudson is this plugin built against? -->
<relativePath>../pom.xml</relativePath>
<version>1.398</version>
</parent>

<artifactId>depgraph-view</artifactId>
<packaging>hpi</packaging>
<name>Hudson Dependency Graph Viewer Plugin</name>
<groupId>hudson.plugin</groupId>
<name>Dependency Graph Viewer Plugin</name>
<version>0.2-SNAPSHOT</version>
<url>http://wiki.hudson-ci.org/display/HUDSON/Dependency+Graph+View+Plugin</url>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin</url>
<developers>
<developer>
<id>wolfs</id>
Expand Down Expand Up @@ -66,8 +64,8 @@
</extensions>
</build>
<scm>
<connection>scm:git:git://github.com/hudson/depgraph-view-plugin.git</connection>
<developerConnection>scm:git:git@github.com:hudson/depgraph-view-plugin.git</developerConnection>
<url>http://github.com/hudson/depgraph-view-plugin</url>
<connection>scm:git:git://github.com/jenkinsci/depgraph-view-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/depgraph-view-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/depgraph-view-plugin</url>
</scm>
</project>
6 changes: 3 additions & 3 deletions src/main/resources/index.jelly
Expand Up @@ -26,6 +26,6 @@
Since we don't really have anything dynamic here, let's just use static HTML.
-->
<div>
This plugin shows the dependency graph of the projects in Hudson. It uses dot (from graphviz)
for drawing.
</div>
This plugin shows a dependency graph of the projects.
It uses dot (from graphviz) for drawing.
</div>

0 comments on commit 98fba09

Please sign in to comment.