File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >mavengem</artifactId >
6
- <groupId >com.headius </groupId >
6
+ <groupId >org.jruby.maven </groupId >
7
7
<version >1.0.4-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >mavengem-protocol</artifactId >
13
13
14
14
<dependencies >
15
15
<dependency >
16
- <groupId >com.headius </groupId >
16
+ <groupId >org.jruby.maven </groupId >
17
17
<artifactId >rubygems-tools</artifactId >
18
18
<version >${project.version} </version >
19
19
</dependency >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<artifactId >mavengem</artifactId >
6
- <groupId >com.headius </groupId >
6
+ <groupId >org.jruby.maven </groupId >
7
7
<version >1.0.4-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >mavengem-wagon</artifactId >
10
10
<name >Mavengem Protocol Wagon</name >
11
11
12
12
<dependencies >
13
13
<dependency >
14
- <groupId >com.headius </groupId >
14
+ <groupId >org.jruby.maven </groupId >
15
15
<artifactId >mavengem-protocol</artifactId >
16
16
<version >${project.version} </version >
17
17
</dependency >
24
24
25
25
<build >
26
26
<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> -- >
34
34
</plugins >
35
35
</build >
36
36
Original file line number Diff line number Diff line change 6
6
<artifactId >oss-parent</artifactId >
7
7
<version >9</version >
8
8
</parent >
9
- <groupId >com.headius </groupId >
9
+ <groupId >org.jruby.maven </groupId >
10
10
<artifactId >mavengem</artifactId >
11
11
<version >1.0.4-SNAPSHOT</version >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 18
18
19
19
<parent >
20
20
<artifactId >mavengem</artifactId >
21
- <groupId >com.headius </groupId >
21
+ <groupId >org.jruby.maven </groupId >
22
22
<version >1.0.4-SNAPSHOT</version >
23
23
</parent >
24
24
You can’t perform that action at this time.
0 commit comments