Skip to content

Commit cdc6237

Browse files
committed
update parent pom and set version number to 3.0.0-SNAPSHOT
1 parent 9c1534a commit cdc6237

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ under the License.
2525
<parent>
2626
<artifactId>maven-plugins</artifactId>
2727
<groupId>org.apache.maven.plugins</groupId>
28-
<version>28-SNAPSHOT</version>
29-
<relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
28+
<version>28</version>
29+
<relativePath/>
3030
</parent>
3131

3232
<artifactId>maven-eclipse-plugin</artifactId>
33-
<version>3.0-SNAPSHOT</version>
33+
<version>3.0.0-SNAPSHOT</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven Eclipse Plugin</name>
@@ -292,6 +292,7 @@ under the License.
292292
<configuration>
293293
<excludes combine.children="append">
294294
<exclude>README-testing.txt</exclude>
295+
<exclude>README.md</exclude>
295296

296297
<!--
297298
These files contain several files for eclipse

0 commit comments

Comments
 (0)