Skip to content

Commit

Permalink
2: Adjust to API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Mar 21, 2015
1 parent fed0e6b commit 32fb1fb
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion console/functional-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>

<artifactId>functional-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-console-java8</artifactId>
<name>JavaMoney Java 8 Console Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.javamoney.examples.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-console-simple</artifactId>
<name>JavaMoney Simple Console Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.javamoney.examples.console</groupId>
Expand Down
2 changes: 1 addition & 1 deletion javafx/money-fxdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples-javafx</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<organization>
<name>JSR 354</name>
Expand Down
2 changes: 1 addition & 1 deletion javafx/money-javafx-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>javamoney-examples-javafx</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>

<artifactId>javamoney-fxbinding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-examples-javafx</artifactId>
<packaging>pom</packaging>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<parent>
<groupId>org.javamoney</groupId>
<artifactId>javamoney-parent</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.0-RC1</version>
<packaging>pom</packaging>
<name>Java Money and Currency Examples</name>
<modules>
Expand All @@ -24,7 +23,7 @@
<junit.version>4.8.2</junit.version>
<slf4j.version>1.6.1</slf4j.version>
<!-- JSR versions -->
<jsr.version>1.0-RC1</jsr.version>
<jsr.version>1.0-RC2</jsr.version>
<javamoney.version>0.5</javamoney.version>
</properties>
<licenses>
Expand Down
1 change: 1 addition & 0 deletions src/etc/javamoney-examples clean install.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
<intAttribute key="M2_THREADS" value="1"/>
<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
<stringAttribute key="M2_USER_SETTINGS" value=""/>
<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
<stringAttribute key="bad_container_name" value="\javamoney-examples\j"/>
<stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="UTF-8"/>
Expand Down
2 changes: 1 addition & 1 deletion swing/javamoney-ez/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0-RC1</version>
<version>3.0-RC2</version>
</parent>
<artifactId>javamoney-ez-common</artifactId>
<name>JavaMoney EZ Common</name>
Expand Down
2 changes: 1 addition & 1 deletion swing/javamoney-ez/money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0-RC1</version>
<version>3.0-RC2</version>
</parent>
<artifactId>javamoney-ez-money</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions swing/javamoney-ez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples-swing</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0-RC1</version>
<version>3.0-RC2</version>
<packaging>pom</packaging>
<name>JavaMoney EZ</name>
<description>EZ Money Reloaded - powered by JavaMoney</description>
Expand Down
2 changes: 1 addition & 1 deletion swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-examples-swing</artifactId>
<name>Java Money and Currency Swing RCP Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion web/javamoney-payment-cdi-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
<artifactId>javamoney-examples-web</artifactId>
</parent>
<artifactId>javamoney-payment-cdi-event</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions web/javamoney-tradingapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-tradingapp</artifactId>
<packaging>war</packaging>
Expand All @@ -20,7 +20,7 @@
<version.string.taglibs>1.1.0</version.string.taglibs>
<version.commons.lang>2.6</version.commons.lang>
<version.commons.logging>1.1.1</version.commons.logging>
<version.sdj>1.0-RC1.30</version.sdj>
<version.sdj>1.0-RC2.30</version.sdj>
<version.jfl>1.6.1</version.jfl>
<!-- JBoss AS plugin for deployment -->
<version.jboss.as.maven.plugin>7.1.1.Final</version.jboss.as.maven.plugin>
Expand Down
4 changes: 2 additions & 2 deletions web/jax-rs-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>jax-rs-money</artifactId>
<packaging>war</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<artifactId>moneta</artifactId>
<groupId>org.javamoney</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions web/jsf-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</parent>
<artifactId>javamoney-examples-jsf</artifactId>
<packaging>war</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<artifactId>moneta</artifactId>
<groupId>org.javamoney</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.0-RC1</version>
<version>1.0-RC2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>javamoney-examples-web</artifactId>
Expand Down

0 comments on commit 32fb1fb

Please sign in to comment.