-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump and build on Bamboo 6.2.x
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<groupId>com.alienfast.bamboozled.ruby</groupId> | ||
<artifactId>bamboozled-ruby-plugin</artifactId> | ||
<!-- Lets line up major.minor with the Bamboo release, and just use the build_number for our releases --> | ||
<version>6.0.0</version> | ||
<version>6.2.0</version> | ||
<name>Bamboozled Ruby Plugin</name> | ||
<description>Bamboo plugin for continuous integration/continuous deployment with Ruby and RVM.</description> | ||
<packaging>atlassian-plugin</packaging> | ||
|
@@ -42,8 +42,8 @@ | |
<developerConnection>scm:git:ssh://[email protected]/drscream/bamboozled-ruby-plugin.git</developerConnection> | ||
</scm> | ||
<properties> | ||
<bamboo.version>5.14.1</bamboo.version> | ||
<bamboo.data.version>6.0.0</bamboo.data.version> | ||
<bamboo.version>6.2.0</bamboo.version> | ||
<bamboo.data.version>6.2.0</bamboo.data.version> | ||
<amps.version>5.1.6</amps.version> | ||
</properties> | ||
<dependencies> | ||
|