Issue Details (XML | Word | Printable)

Key: BAM-978
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ajay Sridhar [Atlassian]
Reporter: Robert Watkins
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Bamboo Plugin Dev Kit pom.xml has a snapshot dependency.

Created: 07/Mar/07 06:46 AM   Updated: 27/Jul/07 12:49 AM
Component/s: Plugins
Affects Version/s: 1.0
Fix Version/s: 1.2.1

Time Tracking:
Original Estimate: 30 minutes
Original Estimate - 30 minutes
Remaining Estimate: 30 minutes
Remaining Estimate - 30 minutes
Time Spent: Not Specified
Remaining Estimate - 30 minutes

Participants: Ajay Sridhar [Atlassian], Edwin Wong [Atlassian] and Robert Watkins
Since last comment: 1 year, 38 weeks, 4 days ago
Number of comments: 2
Internal Priority: 4. Low
Internal Work Bucket: Confirmed
Labels:


 Description  « Hide
The pom.xml in the template project refers to a com.atlassian.bamboo:atlassian-bamboo-web:1.1-SNAPSHOT dependency.

Given that the plugin would presumably be built against a stable version of Bamboo (e.g. 1.0.1), it's probably not appropriate to link to a snapshot API. A quick look around the Atlassian repository indicates that there is no published version as yet.

Pom snippet:

<!-- This is the dependency to bamboo -->
<dependency>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>atlassian-bamboo-web</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Edwin Wong [Atlassian] added a comment - 07/Mar/07 11:02 PM
Hi Robert,

Is the jar not available on our repository at http://repository.atlassian.com/maven2/com/atlassian/bamboo/atlassian-bamboo-web/1.1-SNAPSHOT?

Fair point about the version, we'll put up a stable jar version up soon.

Cheers,
Edwin


Robert Watkins added a comment - 07/Mar/07 11:06 PM
The jar is available (and I'm using it just fine). It's just that, as a snapshot, it's obviously subject to change.

(By "published version", I meant a non-snapshot version. Sorry about that).