Skip to content

Commit 39dad09

Browse files
committed
Explicit project prefix for filtered properties.
1 parent 02d741d commit 39dad09

File tree

1 file changed

+5
-5
lines changed
  • commons-rng-bom/src/main/resources-filtered

1 file changed

+5
-5
lines changed

commons-rng-bom/src/main/resources-filtered/bom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2222
<modelVersion>4.0.0</modelVersion>
2323

24-
<groupId>${groupId}</groupId>
25-
<artifactId>${artifactId}</artifactId>
26-
<version>${version}</version>
24+
<groupId>${project.groupId}</groupId>
25+
<artifactId>${project.artifactId}</artifactId>
26+
<version>${project.version}</version>
2727
<packaging>pom</packaging>
28-
<name>${name}</name>
29-
<description>${description}</description>
28+
<name>${project.name}</name>
29+
<description>${project.description}</description>
3030
<url>${parent.url}</url>
3131

3232
<dependencyManagement>

0 commit comments

Comments
 (0)