|
5 | 5 | <parent>
|
6 | 6 | <groupId>org.codehaus.plexus</groupId>
|
7 | 7 | <artifactId>plexus</artifactId>
|
8 |
| - <version>10</version> |
| 8 | + <version>14-SNAPSHOT</version> |
9 | 9 | <relativePath>../pom/pom.xml</relativePath>
|
10 | 10 | </parent>
|
11 | 11 |
|
12 | 12 | <artifactId>plexus-components</artifactId>
|
13 |
| - <version>10.1-SNAPSHOT</version><!-- convention: major = parent version --> |
| 13 | + <version>10.1-SNAPSHOT</version> |
| 14 | + <!-- convention: major = parent version --> |
14 | 15 | <packaging>pom</packaging>
|
15 | 16 |
|
16 | 17 | <name>Plexus Components</name>
|
| 18 | + <description>Plexus Components parent POM.</description> |
| 19 | + <url>https://codehaus-plexus.github.io/plexus-components/</url> |
17 | 20 |
|
18 | 21 | <scm>
|
19 | 22 | < connection>scm:git: [email protected]:codehaus-plexus/plexus-components.git</ connection>
|
20 | 23 | < developerConnection>scm:git: [email protected]:codehaus-plexus/plexus-components.git</ developerConnection>
|
21 |
| - <url>http://github.com/codehaus-plexus/plexus-components</url> |
22 | 24 | <tag>HEAD</tag>
|
| 25 | + <url>http://github.com/codehaus-plexus/plexus-components</url> |
23 | 26 | </scm>
|
24 | 27 | <issueManagement>
|
25 | 28 | <system>github</system>
|
|
28 | 31 | <distributionManagement>
|
29 | 32 | <site>
|
30 | 33 | <id>github:gh-pages</id>
|
31 |
| - < url>scm:git: [email protected]:codehaus-plexus</ url> <!-- url used only for inheritance --> |
| 34 | + < url>scm:git: [email protected]:codehaus-plexus</ url> |
| 35 | + <!-- url used only for inheritance --> |
32 | 36 | </site>
|
33 | 37 | </distributionManagement>
|
34 | 38 |
|
|
57 | 61 | </dependencies>
|
58 | 62 | </dependencyManagement>
|
59 | 63 |
|
| 64 | + <repositories> |
| 65 | + <repository> |
| 66 | + <releases> |
| 67 | + <enabled>false</enabled> |
| 68 | + </releases> |
| 69 | + <snapshots> |
| 70 | + <enabled>true</enabled> |
| 71 | + </snapshots> |
| 72 | + <id>plexus.snapshots</id> |
| 73 | + <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url> |
| 74 | + </repository> |
| 75 | + </repositories> |
| 76 | + |
60 | 77 | <build>
|
61 | 78 | <plugins>
|
62 | 79 | <plugin>
|
|
72 | 89 | </plugin>
|
73 | 90 | </plugins>
|
74 | 91 | </build>
|
75 |
| - |
76 |
| - <repositories> |
77 |
| - <repository> |
78 |
| - <id>plexus.snapshots</id> |
79 |
| - <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url> |
80 |
| - <releases> |
81 |
| - <enabled>false</enabled> |
82 |
| - </releases> |
83 |
| - <snapshots> |
84 |
| - <enabled>true</enabled> |
85 |
| - </snapshots> |
86 |
| - </repository> |
87 |
| - </repositories> |
88 | 92 | </project>
|
0 commit comments