Skip to content

Commit 1e27184

Browse files
author
hboutemy
committed
o updated pom schema url
o reformatted poms
1 parent e35050e commit 1e27184

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
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+
24
<parent>
35
<artifactId>plexus-interactivity</artifactId>
46
<groupId>org.codehaus.plexus</groupId>
57
<version>1.0-alpha-7-SNAPSHOT</version>
68
</parent>
7-
<modelVersion>4.0.0</modelVersion>
9+
810
<artifactId>plexus-interactivity-api</artifactId>
9-
<name>Plexus Default Interactivity Handler</name>
1011
<version>1.0-alpha-7-SNAPSHOT</version>
12+
13+
<name>Plexus Default Interactivity Handler</name>
14+
1115
<dependencies>
1216
<dependency>
1317
<groupId>org.codehaus.plexus</groupId>

plexus-interactivity-jline/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
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+
24
<parent>
35
<artifactId>plexus-interactivity</artifactId>
46
<groupId>org.codehaus.plexus</groupId>
57
<version>1.0-alpha-7-SNAPSHOT</version>
68
</parent>
7-
<modelVersion>4.0.0</modelVersion>
9+
810
<artifactId>plexus-interactivity-jline</artifactId>
9-
<name>Plexus JLine Interactivity Handler</name>
1011
<version>1.0-alpha-7-SNAPSHOT</version>
12+
13+
<name>Plexus JLine Interactivity Handler</name>
14+
1115
<dependencies>
1216
<dependency>
1317
<groupId>jline</groupId>

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
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+
24
<parent>
35
<artifactId>plexus-components</artifactId>
46
<groupId>org.codehaus.plexus</groupId>
57
<version>1.1.14-SNAPSHOT</version>
68
</parent>
7-
<modelVersion>4.0.0</modelVersion>
9+
810
<artifactId>plexus-interactivity</artifactId>
11+
<version>1.0-alpha-7-SNAPSHOT</version>
912
<packaging>pom</packaging>
13+
1014
<name>Plexus Interactivity Handler Component</name>
11-
<version>1.0-alpha-7-SNAPSHOT</version>
15+
1216
<modules>
1317
<module>plexus-interactivity-api</module>
1418
<module>plexus-interactivity-jline</module>

0 commit comments

Comments
 (0)