Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.

Commit 9166be0

Browse files
committed
Fixed version 1.0.1, added release notes. Tagged release.
1 parent 4b362d2 commit 9166be0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This is the API module of JSR 354 licenced under
77
- the JSR Spec Licence for Evaluation (see *EVALUATION-LICENCE.txt)
88
- the JSR Spec Licence for Implementation (see *IMPLEMENTATION-LICENCE.txt)
99

10+
Release Notes
11+
-------------
12+
13+
- *1.0* API as defined by JSR 354 Spec.
14+
- *1.0.1* API as defined by JSR 354 Spec (Fix: building Java 7 API with Java 7)
15+
16+
1017
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/javax.money/money-api-bp/badge.svg)](https://maven-badges.herokuapp.com/maven-central/javax.money/money-api-bp)
1118
[![Build Status](https://api.travis-ci.org/JavaMoney/jsr354-api-bp.png?branch=master)](https://travis-ci.org/JavaMoney/jsr354-api-bp)
1219
[![Coverage Status](https://coveralls.io/repos/JavaMoney/jsr354-api-bp/badge.svg)](https://coveralls.io/r/JavaMoney/jsr354-api-bp)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>javax.money</groupId>
1414
<artifactId>money-api-bp</artifactId>
1515
<packaging>bundle</packaging>
16-
<version>1.0.1-SNAPSHOT</version>
16+
<version>1.0.1</version>
1717
<name>Money and Currency API (JSR 354) - Java 6/7 Compatible Version</name>
1818
<url>http://java.net/projects/javamoney</url>
1919
<inceptionYear>2012</inceptionYear>

0 commit comments

Comments
 (0)