You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Alec Kotovich (JIRA)" <ji...@apache.org> on 2010/09/21 22:03:34 UTC

[jira] Created: (GERONIMO-5618) 2.2 instead of {version} in samples-parent-2.2\samples\pom.xml

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.