Skip to content

Commit f7395e7

Browse files
authored
Maven build - promotion version set fix (#2687)
Signed-off-by: Radek Felcman <radek.felcman@seznam.cz>
1 parent ae480ba commit f7395e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

boms/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<version>5.0.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

34-
<name>EclipseLink Project</name>
34+
<name>EclipseLink Project Parent</name>
3535
<description>Comprehensive and universal persistence framework for Java.</description>
3636
<url>http://www.eclipse.org/eclipselink</url>
3737
<inceptionYear>2007</inceptionYear>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
</parent>
2828

2929
<artifactId>org.eclipse.persistence.project</artifactId>
30+
<version>5.0.0-SNAPSHOT</version>
3031
<packaging>pom</packaging>
3132

3233
<name>EclipseLink Project</name>

0 commit comments

Comments
 (0)