Skip to content

Commit d7f32c4

Browse files
committed
Move to org.jruby.maven group ID
Torquebox is defunct and we don't have push rights to that group ID anyway. We are now the maintainers of this, so it makes sense to move under org.jruby.
1 parent e74ea43 commit d7f32c4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

mavengem-protocol/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>mavengem</artifactId>
6-
<groupId>com.headius</groupId>
6+
<groupId>org.jruby.maven</groupId>
77
<version>1.0.4-SNAPSHOT</version>
88
</parent>
99
<artifactId>mavengem-protocol</artifactId>
@@ -13,7 +13,7 @@
1313

1414
<dependencies>
1515
<dependency>
16-
<groupId>com.headius</groupId>
16+
<groupId>org.jruby.maven</groupId>
1717
<artifactId>rubygems-tools</artifactId>
1818
<version>${project.version}</version>
1919
</dependency>

mavengem-wagon/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>mavengem</artifactId>
6-
<groupId>com.headius</groupId>
6+
<groupId>org.jruby.maven</groupId>
77
<version>1.0.4-SNAPSHOT</version>
88
</parent>
99
<artifactId>mavengem-wagon</artifactId>
1010
<name>Mavengem Protocol Wagon</name>
1111

1212
<dependencies>
1313
<dependency>
14-
<groupId>com.headius</groupId>
14+
<groupId>org.jruby.maven</groupId>
1515
<artifactId>mavengem-protocol</artifactId>
1616
<version>${project.version}</version>
1717
</dependency>
@@ -24,13 +24,13 @@
2424

2525
<build>
2626
<plugins>
27-
<plugin>
28-
<artifactId>maven-invoker-plugin</artifactId>
29-
<configuration>
30-
<localRepositoryPath>${project.build.directory}/localrepo</localRepositoryPath>
31-
<settingsFile>src/it/settings.xml</settingsFile>
32-
</configuration>
33-
</plugin>
27+
<!-- <plugin>-->
28+
<!-- <artifactId>maven-invoker-plugin</artifactId>-->
29+
<!-- <configuration>-->
30+
<!-- <localRepositoryPath>${project.build.directory}/localrepo</localRepositoryPath>-->
31+
<!-- <settingsFile>src/it/settings.xml</settingsFile>-->
32+
<!-- </configuration>-->
33+
<!-- </plugin>-->
3434
</plugins>
3535
</build>
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>oss-parent</artifactId>
77
<version>9</version>
88
</parent>
9-
<groupId>com.headius</groupId>
9+
<groupId>org.jruby.maven</groupId>
1010
<artifactId>mavengem</artifactId>
1111
<version>1.0.4-SNAPSHOT</version>
1212
<packaging>pom</packaging>

rubygems-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<parent>
2020
<artifactId>mavengem</artifactId>
21-
<groupId>com.headius</groupId>
21+
<groupId>org.jruby.maven</groupId>
2222
<version>1.0.4-SNAPSHOT</version>
2323
</parent>
2424

0 commit comments

Comments
 (0)