Skip to content

Commit d244ea4

Browse files
committed
1: Create Bitcoin project
tagging 0.2 Task-Url: http://github.com/JavaMoney/javamoney-shelter/issues/issue/1
1 parent 431c348 commit d244ea4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

digital-currency/bitcoin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney.shelter</groupId>
66
<artifactId>javamoney-digital-currency</artifactId>
7-
<version>0.2-SNAPSHOT</version>
7+
<version>0.2</version>
88
</parent>
99
<artifactId>javamoney-bitcoin</artifactId>
1010
<name>JavaMoney Bitcoin</name>

digital-currency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney.shelter</groupId>
66
<artifactId>javamoney-shelter</artifactId>
7-
<version>0.2-SNAPSHOT</version>
7+
<version>0.2</version>
88
</parent>
99
<artifactId>javamoney-digital-currency</artifactId>
1010
<packaging>pom</packaging>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.javamoney.shelter</groupId>
55
<artifactId>javamoney-shelter</artifactId>
6-
<version>0.2-SNAPSHOT</version>
6+
<version>0.2</version>
77
<packaging>pom</packaging>
88
<name>JavaMoney Shelter</name>
99
<description>A shelter for new ideas and modules to be adopted, e.g. via Adopt-a-JSR </description>
1010
<parent>
1111
<groupId>org.javamoney</groupId>
1212
<artifactId>javamoney-parent</artifactId>
13-
<version>0.5-SNAPSHOT</version>
13+
<version>0.4</version>
1414
</parent>
1515
<url>http://javamoney.github.io/shelter.html</url>
1616
<inceptionYear>2013</inceptionYear>
@@ -21,7 +21,7 @@
2121
<junit.version>4.8.2</junit.version>
2222
<slf4j.version>1.6.1</slf4j.version>
2323
<!-- JSR versions -->
24-
<jsr.version>0.8-SNAPSHOT</jsr.version>
24+
<jsr.version>0.8</jsr.version>
2525
<javamoney.version>0.4-SNAPSHOT</javamoney.version>
2626
</properties>
2727

0 commit comments

Comments
 (0)