Skip to content

Commit d7a3f72

Browse files
committed
Added package javadoc for moneta.format.
Upgraded version.
1 parent 2b484a8 commit d7a3f72

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<parent>
2020
<groupId>org.javamoney</groupId>
2121
<artifactId>javamoney-parent</artifactId>
22-
<version>1.0-RC2</version>
22+
<version>1.0-RC3</version>
2323
</parent>
2424

2525
<artifactId>moneta</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0-RC3</version>
2727
<packaging>jar</packaging>
2828

2929
<name>Moneta (JSR 354 RI)</name>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/**
2+
* Copyright (c) 2012, 2014, Credit Suisse (Anatole Tresch), Werner Keil and others by the @author tag.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
5+
* use this file except in compliance with the License. You may obtain a copy of
6+
* the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13+
* License for the specific language governing permissions and limitations under
14+
* the License.
15+
*/
16+
/**
17+
* Contains RI specific additions to the JSR 354 format API.
18+
*/
19+
package org.javamoney.moneta.format;

0 commit comments

Comments
 (0)