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 02d741d commit 39dad09Copy full SHA for 39dad09
commons-rng-bom/src/main/resources-filtered/bom.xml
@@ -21,12 +21,12 @@
21
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
23
24
- <groupId>${groupId}</groupId>
25
- <artifactId>${artifactId}</artifactId>
26
- <version>${version}</version>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>${project.artifactId}</artifactId>
+ <version>${project.version}</version>
27
<packaging>pom</packaging>
28
- <name>${name}</name>
29
- <description>${description}</description>
+ <name>${project.name}</name>
+ <description>${project.description}</description>
30
<url>${parent.url}</url>
31
32
<dependencyManagement>
0 commit comments