Skip to content

Commit

Permalink
Version bump to v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Oct 31, 2013
1 parent 76450c0 commit 1af9714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Java Cookbook CHANGELOG
This file is used to list changes made in each version of the Java cookbook.


v0.15.2
-------
### FIX
- [COOK-3908] - Fixing JAVA_HOME on Ubuntu 10.04


v1.14.0
-------
### Bug
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.14.1"
version "0.15.2"

This comment has been minimized.

Copy link
@evgeny-goldin-akqa

evgeny-goldin-akqa Oct 31, 2013

So we go from 1.14.1 to 0.15.2? Sure not 1.15.2?


recipe "java", "Installs Java runtime"
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"
Expand Down

3 comments on commit 1af9714

@someara
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integration tests changed from minitest to bats. It was a feature change from a CI perspective.
I should have probably put that in the change log… I still have my COOK training wheels on =)

Also, you're right… it should have been a .0 release.
-s

@mjonuschat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still doesn't explain why the Version was downgraded from 1.14.x to 0.15.x. Old major version was 1, new is 0. What is the reasoning behind that?

@someara
Copy link

@someara someara commented on 1af9714 Nov 1, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a mistake. Correcting. Thank you for pointing this out!

Please sign in to comment.