Skip to content

Commit

Permalink
[JENKINS-18776] Replacing org.kohsuke.gmaven by org.codehaus.gmaven
Browse files Browse the repository at this point in the history
(cherry picked from commit bf80986)

Conflicts:
	core/pom.xml
  • Loading branch information
kohsuke authored and olivergondza committed Sep 19, 2013
1 parent 3559a52 commit 998dc0d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 18 deletions.
14 changes: 2 additions & 12 deletions core/pom.xml
Expand Up @@ -776,24 +776,14 @@ THE SOFTWARE.
</configuration>
</plugin>
<plugin><!-- run unit test in src/test/java -->
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<!-- version specified in grandparent pom -->
<executions>
<execution>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<sources>
<fileset>
<directory>${project.basedir}/src/test/java</directory>
<includes>
<include>**/*.groovy</include>
</includes>
</fileset>
</sources>
</configuration>
</execution>
</executions>
<dependencies>
Expand Down Expand Up @@ -903,7 +893,7 @@ THE SOFTWARE.
<build>
<plugins>
<plugin>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<!-- version specified in grandparent pom -->
<executions>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.30</version>
<version>1.32</version>
</parent>

<groupId>org.jenkins-ci.main</groupId>
Expand Down Expand Up @@ -275,9 +275,9 @@ THE SOFTWARE.
</executions>
</plugin>
<plugin>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.0-rc-5-patch-2</version>
<version>1.5-jenkins-1</version>
<dependencies>
<dependency><!-- this needs to be visible to Ant inside GMaven, so has to be a plugin dependency -->
<groupId>org.apache.ant</groupId>
Expand Down Expand Up @@ -501,9 +501,9 @@ THE SOFTWARE.
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.kohsuke.gmaven</groupId>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<versionRange>[1.0-rc-5-patch-2,)</versionRange>
<versionRange>1.5-jenkins-1</versionRange>
<goals>
<goal>execute</goal>
<goal>testCompile</goal>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -260,7 +260,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5-jenkins-1</version>
<!-- version specified in grandparent pom -->
<executions>
<!-- run unit test -->
<execution>
Expand Down

0 comments on commit 998dc0d

Please sign in to comment.