Skip to content

Commit abd12b3

Browse files
author
trygvis
committed
o Fixing broken POMs by making sure all components extend the 1.1 version of
the plexus-components POM which contains the alpha 4 snapshot version of the default container. o Some POM cleanup: - Renaming <model> to <project>. - Removing <packaging>jar</packaging>. - Making sure all projects have <name> and <?xml> tags.
1 parent 550b1d8 commit abd12b3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project>
4+
<modelVersion>4.0.0</modelVersion>
45
<parent>
5-
<artifactId>plexus-components</artifactId>
66
<groupId>plexus</groupId>
7-
<version>1.0</version>
7+
<artifactId>plexus-components</artifactId>
8+
<version>1.1</version>
89
</parent>
9-
<modelVersion>4.0.0</modelVersion>
10-
<groupId>plexus</groupId>
1110
<artifactId>plexus-i18n</artifactId>
12-
<packaging>jar</packaging>
13-
<name>Plexus I18N Component</name>
1411
<version>1.0-beta-5-SNAPSHOT</version>
12+
<name>Plexus I18N Component</name>
1513
</project>

0 commit comments

Comments
 (0)