Skip to content

Commit

Permalink
Hudson to Jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Feb 20, 2011
1 parent ab57b8b commit f17398b
Showing 1 changed file with 17 additions and 37 deletions.
54 changes: 17 additions & 37 deletions pom.xml
Expand Up @@ -2,57 +2,37 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.381</version>
<relativePath>../pom.xml</relativePath>
<version>1.396</version>
</parent>

<artifactId>persona</artifactId>
<packaging>hpi</packaging>
<name>Hudson Persona Plugin</name>
<version>1.2-SNAPSHOT</version>
<url>http://wiki.hudson-ci.org/display/HUDSON/Persona+Plugin</url>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Persona+Plugin</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<developers>
<developer>
<id>kohsuke</id>
<name>Kohsuke Kawaguchi</name>
<email>kohsuke@infradna.com</email>
</developer>
<developer>
<id>ssogabe</id>
<name>Seiji Sogabe</name>
<email>s.sogabe@gmail.com</email>
</developer>
</developers>

<!--dependencies>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-war</artifactId>
<type>war</type>
<version>1.380-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-core</artifactId>
<version>1.380-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<version>1.380-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.380-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>ui-samples-plugin</artifactId>
<version>1.380-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies-->
<scm>
<connection>scm:git:https://github.com/jenkinsci/persona-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/persona-plugin.git</developerConnection>
</scm>

</project>

0 comments on commit f17398b

Please sign in to comment.