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 b3970ff commit fed0e6b
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 24 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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>
<organization>
<name>JSR 354</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.javamoney.examples.fxdemo.widgets.AmountEntry;
import org.javamoney.examples.fxdemo.widgets.CurrencySelector;
import org.javamoney.examples.fxdemo.widgets.RateTypeSelector;
import org.javamoney.moneta.convert.internal.ECBCurrentRateProvider;

/**
* @author Anatole Tresch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void printSummary(ExchangeRate rate,
pw.println("Base Currency: " + rate.getBaseCurrency());
pw.println("Term Currency: " + rate.getCurrency());
pw.println("Factor: " + rate.getFactor());
pw.println("Context: " + rate.getContext());
pw.println("Context: " + rate.getConversionContext()); // .getContext());
pw.println("Derived: " + rate.isDerived());
if (rate.isDerived()) {
pw.println("Chain: "
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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>
<artifactId>javamoney-examples-javafx</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-RC1</version>
<packaging>pom</packaging>
<name>Java Money and Currency Examples</name>
<modules>
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-SNAPSHOT</version>
<version>3.0-RC1</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-SNAPSHOT</version>
<version>3.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</version>
</parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT.30</version.sdj>
<version.sdj>1.0-RC1.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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</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-SNAPSHOT</version>
<version>1.0-RC1</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public String queryFrom(MonetaryAmount amount) {
}

@Override
public AmountFormatContext getContext() {
public AmountFormatContext getAmountFormatContext() { // getContext()
throw new UnsupportedOperationException();
}

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-SNAPSHOT</version>
<version>1.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>javamoney-examples-web</artifactId>
Expand Down

0 comments on commit fed0e6b

Please sign in to comment.