Skip to content

Commit 2798779

Browse files
committed
Use new org.jruby.maven package
1 parent bee6e7c commit 2798779

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</executions>
7474
</plugin>
7575
<plugin>
76-
<groupId>de.saumya.mojo</groupId>
76+
<groupId>org.jruby.maven</groupId>
7777
<artifactId>gem-maven-plugin</artifactId>
7878
<version>${jruby.plugins.version}</version>
7979
<executions>
@@ -129,7 +129,7 @@
129129
<version>1.2.1</version>
130130
</plugin>
131131
<plugin>
132-
<groupId>de.saumya.mojo</groupId>
132+
<groupId>org.jruby.maven</groupId>
133133
<artifactId>jruby-maven-plugin</artifactId>
134134
<version>${jruby.plugins.version}</version>
135135
<configuration>

integration/rails4_test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<build>
1717
<plugins>
1818
<plugin>
19-
<groupId>de.saumya.mojo</groupId>
19+
<groupId>org.jruby.maven</groupId>
2020
<artifactId>jruby-maven-plugin</artifactId>
2121
<executions>
2222
<execution>

integration/runnable_test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</executions>
4545
</plugin>
4646
<plugin>
47-
<groupId>de.saumya.mojo</groupId>
47+
<groupId>org.jruby.maven</groupId>
4848
<artifactId>jruby-maven-plugin</artifactId>
4949
<executions>
5050
<execution>

integration/runnable_w_bundler_test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</executions>
4545
</plugin>
4646
<plugin>
47-
<groupId>de.saumya.mojo</groupId>
47+
<groupId>org.jruby.maven</groupId>
4848
<artifactId>jruby-maven-plugin</artifactId>
4949
<executions>
5050
<execution>

integration/simple_rack_test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<build>
1717
<plugins>
1818
<plugin>
19-
<groupId>de.saumya.mojo</groupId>
19+
<groupId>org.jruby.maven</groupId>
2020
<artifactId>jruby-maven-plugin</artifactId>
2121
<executions>
2222
<execution>

0 commit comments

Comments
 (0)