Bug 979947

Summary: Wrong version of s-ramp-wagon library in s-ramp-demos-mvn-integration-artifacts
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Martin Vecera <mvecera>
Component: DT Governance, ExamplesAssignee: Kurt T Stam <kurt.stam>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Vecera <mvecera>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.0.0 GACC: kurt.stam, ncross, soa-p-jira
Target Milestone: DR7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Vecera 2013-07-01 08:10:12 UTC
In quickstarts/overlord/s-ramp/s-ramp-demos-mvn-integration/s-ramp-demos-mvn-integration-*/pom.xml (two modules are there) this:

      <extension>
        <groupId>org.overlord.sramp</groupId>
        <artifactId>s-ramp-wagon</artifactId>
        <version>${project.version}</version>
      </extension>

needs to be changed to:

      <extension>
        <groupId>org.overlord.sramp</groupId>
        <artifactId>s-ramp-wagon</artifactId>
        <version>0.2.1</version>
      </extension>

This is the version in the repository. Project version is 1.0.0. Other solution is to update the repository.

Comment 1 Gary Brown 2013-07-01 08:26:19 UTC
The quickstarts/overlord/s-ramp/s-ramp-demos-mvn-integration/pom.xml also references parent version as 0.1.0-SNAPSHOT.

Comment 2 Nick Cross 2013-07-01 12:35:01 UTC
If the parent references were fixed then using project.version should be fine

Comment 3 Kurt Stam 2013-07-01 17:21:52 UTC
That is an oversight. I just fixed it on the trunk - this will go into
the S-RAMP-0.3.0 release.

Comment 4 Nick Cross 2013-07-02 14:15:05 UTC
Patched into alpha2 build.

Comment 5 Martin Vecera 2013-08-29 12:54:54 UTC
Verified in ER1