We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db13fd4 commit 1c8e31aCopy full SHA for 1c8e31a
pom.xml
@@ -1,14 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<project>
4
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
5
<parent>
6
<groupId>plexus</groupId>
7
<artifactId>plexus-components</artifactId>
8
<version>1.1</version>
9
</parent>
10
<artifactId>plexus-i18n</artifactId>
11
- <version>1.0-beta-5-SNAPSHOT</version>
+ <version>1.0-beta-5</version>
12
<name>Plexus I18N Component</name>
13
<build>
14
<plugins>
@@ -20,6 +20,7 @@
20
<id>descriptor</id>
21
</goal>
22
</goals>
23
+ <groupId>org.apache.maven.plugins</groupId>
24
</plugin>
25
</plugins>
26
</build>
0 commit comments