1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <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" >
3
- <parent >
4
- <artifactId >plexus-components</artifactId >
5
- <groupId >org.codehaus.plexus</groupId >
6
- <version >1.1.9</version >
7
- </parent >
8
- <modelVersion >4.0.0</modelVersion >
9
- <artifactId >plexus-io</artifactId >
10
- <name >Plexus IO Components</name >
11
- <version >1.0-alpha-2-SNAPSHOT</version >
12
- <dependencies >
13
- <dependency >
14
- <groupId >org.codehaus.plexus</groupId >
15
- <artifactId >plexus-utils</artifactId >
16
- <version >1.2</version >
17
- </dependency >
18
- <dependency >
19
- <groupId >org.codehaus.plexus</groupId >
20
- <artifactId >plexus-container-default</artifactId >
21
- <version >1.0-alpha-24</version >
22
- <scope >test</scope >
23
- </dependency >
24
- <dependency >
25
- <groupId >org.codehaus.plexus</groupId >
26
- <artifactId >plexus-component-api</artifactId >
27
- <version >1.0-alpha-24</version >
28
- <scope >test</scope >
29
- </dependency >
30
-
31
- </dependencies >
32
-
33
- <reporting >
34
- <plugins >
35
- <plugin >
36
- <artifactId >maven-javadoc-plugin</artifactId >
37
- </plugin >
38
- </plugins >
39
- </reporting >
40
- </project >
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" >
2
+ <parent >
3
+ <artifactId >plexus-components</artifactId >
4
+ <groupId >org.codehaus.plexus</groupId >
5
+ <version >1.1.9</version >
6
+ </parent >
7
+ <modelVersion >4.0.0</modelVersion >
8
+ <artifactId >plexus-io</artifactId >
9
+ <name >Plexus IO Components</name >
10
+ <version >1.0-alpha-2</version >
11
+ <dependencies >
12
+ <dependency >
13
+ <groupId >org.codehaus.plexus</groupId >
14
+ <artifactId >plexus-utils</artifactId >
15
+ <version >1.2</version >
16
+ </dependency >
17
+ <dependency >
18
+ <groupId >org.codehaus.plexus</groupId >
19
+ <artifactId >plexus-container-default</artifactId >
20
+ <version >1.0-alpha-24</version >
21
+ <scope >test</scope >
22
+ </dependency >
23
+ <dependency >
24
+ <groupId >org.codehaus.plexus</groupId >
25
+ <artifactId >plexus-component-api</artifactId >
26
+ <version >1.0-alpha-24</version >
27
+ <scope >test</scope >
28
+ </dependency >
29
+
30
+ </dependencies >
31
+
32
+ <reporting >
33
+ <plugins >
34
+ <plugin >
35
+ <artifactId >maven-javadoc-plugin</artifactId >
36
+ </plugin >
37
+ </plugins >
38
+ </reporting >
39
+
40
+ <scm >
41
+ <connection >scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-2</connection >
42
+ <developerConnection >scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-io-1.0-alpha-2</developerConnection >
43
+ <url >http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-io-1.0-alpha-2</url >
44
+ </scm >
45
+ </project >
0 commit comments