Skip to content

Commit d899a1d

Browse files
committed
IN PROGRESS - issue JAVAMONEY-11: Port JScience Tradingapp
https://java.net/jira/browse/JAVAMONEY-11
1 parent 1f9fd04 commit d899a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/javamoney-tradingapp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ The application this project produces is designed to be run on a **Java EE 6** c
2626

2727
There are two 3rd Party JARs currently not available in MavenCentral or a similar Nexus. Therefore you should install them into your local repository following the [Guide to installing 3rd party JARs](http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
2828

29-
1.1 SDJ-ID
29+
2.1 SDJ-ID
3030

3131
mvn install:install-file -Dfile=<path-to-project>/src/etc/lib/sdj2-id.jar \
3232
-DgroupId=com.surveycom.sdj -DartifactId=sdj2-id -Dversion=0.9.30 -Dpackaging=jar
3333

34-
1.2. JFL [see](#java-financial-library---api-usage)
34+
2.2. JFL [see](#java-financial-library---api-usage)
3535

3636
mvn install:install-file -Dfile=<path-to-project>/src/etc/lib/jfl-1.6.1.jar \
3737
-DgroupId=jfl -DartifactId=jfl -Dversion=1.6.1 -Dpackaging=jar

0 commit comments

Comments
 (0)