Skip to content

Commit

Permalink
Update groupId and version to build against Jenkins (without relative…
Browse files Browse the repository at this point in the history
… path)
  • Loading branch information
jzaefferer committed Aug 30, 2011
1 parent d61c49d commit 04eeaa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<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.343</version><!-- which version of Hudson is this plugin built against? -->
<relativePath>../pom.xml</relativePath>
<!-- which version of Jenkins is this plugin built against? -->
<version>1.399</version>
</parent>

<groupId> com.appendto.hudson.testswarm</groupId>
Expand All @@ -26,7 +26,7 @@
<url>http://maven.glassfish.org/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit 04eeaa5

Please sign in to comment.