2.2 instead of {version} in samples-parent-2.2\samples\pom.xml
---------------------------------------------------------------
Key: GERONIMO-5618
URL: https://issues.apache.org/jira/browse/GERONIMO-5618
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: sample apps
Affects Versions: 2.2
Environment: windows
Reporter: Alec Kotovich
Priority: Critical
In samples-parent-2.2\samples\pom.xml instead of
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>buildutil</artifactId>
<version>${version}</version>
</dependency>
should be:
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>buildutil</artifactId>
<version>2.2</version>
</dependency>
Version should be hardcoded, because:
When one creates new sample app from geronimo-samples-archetype, instead of
correct buildutil version => 0.0.1-SNAPSHOT version is somehow used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.