File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed
plexus-interactivity-jline Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+
2
4
<parent >
3
5
<artifactId >plexus-interactivity</artifactId >
4
6
<groupId >org.codehaus.plexus</groupId >
5
7
<version >1.0-alpha-7-SNAPSHOT</version >
6
8
</parent >
7
- < modelVersion >4.0.0</ modelVersion >
9
+
8
10
<artifactId >plexus-interactivity-api</artifactId >
9
- <name >Plexus Default Interactivity Handler</name >
10
11
<version >1.0-alpha-7-SNAPSHOT</version >
12
+
13
+ <name >Plexus Default Interactivity Handler</name >
14
+
11
15
<dependencies >
12
16
<dependency >
13
17
<groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+
2
4
<parent >
3
5
<artifactId >plexus-interactivity</artifactId >
4
6
<groupId >org.codehaus.plexus</groupId >
5
7
<version >1.0-alpha-7-SNAPSHOT</version >
6
8
</parent >
7
- < modelVersion >4.0.0</ modelVersion >
9
+
8
10
<artifactId >plexus-interactivity-jline</artifactId >
9
- <name >Plexus JLine Interactivity Handler</name >
10
11
<version >1.0-alpha-7-SNAPSHOT</version >
12
+
13
+ <name >Plexus JLine Interactivity Handler</name >
14
+
11
15
<dependencies >
12
16
<dependency >
13
17
<groupId >jline</groupId >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+
2
4
<parent >
3
5
<artifactId >plexus-components</artifactId >
4
6
<groupId >org.codehaus.plexus</groupId >
5
7
<version >1.1.14-SNAPSHOT</version >
6
8
</parent >
7
- < modelVersion >4.0.0</ modelVersion >
9
+
8
10
<artifactId >plexus-interactivity</artifactId >
11
+ <version >1.0-alpha-7-SNAPSHOT</version >
9
12
<packaging >pom</packaging >
13
+
10
14
<name >Plexus Interactivity Handler Component</name >
11
- < version >1.0-alpha-7-SNAPSHOT</ version >
15
+
12
16
<modules >
13
17
<module >plexus-interactivity-api</module >
14
18
<module >plexus-interactivity-jline</module >
You can’t perform that action at this time.
0 commit comments