Skip to content

Commit

Permalink
Move to org.jruby.maven group ID
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
headius committed Jul 31, 2023
1 parent e74ea43 commit 794e6eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mavengem-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mavengem</artifactId>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>mavengem-protocol</artifactId>
Expand All @@ -13,7 +13,7 @@

<dependencies>
<dependency>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<artifactId>rubygems-tools</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions mavengem-wagon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>mavengem</artifactId>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>mavengem-wagon</artifactId>
<name>Mavengem Protocol Wagon</name>

<dependencies>
<dependency>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<artifactId>mavengem-protocol</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<artifactId>mavengem</artifactId>
<version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rubygems-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<parent>
<artifactId>mavengem</artifactId>
<groupId>com.headius</groupId>
<groupId>org.jruby.maven</groupId>
<version>1.0.4-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit 794e6eb

Please sign in to comment.