From 5c806cd23b231178788849c7178b74153fb3f9a8 Mon Sep 17 00:00:00 2001 From: Chris Purcell Date: Wed, 21 Oct 2015 17:52:04 +0100 Subject: [PATCH] Update version in README to 1.3 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cb281897b..48f5d4325 100644 --- a/README.md +++ b/README.md @@ -370,11 +370,11 @@ Build tools and IDEs ### javac -Download [freebuilder-1.2.jar][] and add it to the classpath (or +Download [freebuilder-1.3.jar][] and add it to the classpath (or processorpath, if you supply one) on the command line. You will also need to add [guava-18.0.jar][] to the classpath, as it is used in the generated code. -[freebuilder-1.2.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.2/freebuilder-1.2.jar +[freebuilder-1.3.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.3/freebuilder-1.3.jar [guava-18.0.jar]: http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar ### Maven @@ -386,7 +386,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM: org.inferred freebuilder - 1.2 + 1.3 true @@ -404,7 +404,7 @@ You may already have Guava, or want to use a different version; adjust according Add the following lines to your dependencies: ``` -compile 'org.inferred:freebuilder:1.2' +compile 'org.inferred:freebuilder:1.3' compile 'com.google.guava:guava:18.0' ``` @@ -414,13 +414,13 @@ You may already have Guava, or want to use a different version; adjust according _Condensed from [Eclipse Indigo's documentation][]._ -Download [freebuilder-1.2.jar][] and [guava-18.0.jar][] and add them to your +Download [freebuilder-1.3.jar][] and [guava-18.0.jar][] and add them to your project. Select them, right-click and choose **Build path > Add to Build path**. In your projects properties dialog, go to **Java Compiler > Annotation Processing** and ensure **Enable annotation processing** is checked. Next, go to **Java Compiler > Annotation Processing > Factory Path**, select -**Add JARs**, and select `freebuilder-1.2.jar`. +**Add JARs**, and select `freebuilder-1.3.jar`. [Eclipse Indigo's documentation]: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm @@ -428,7 +428,7 @@ Next, go to **Java Compiler > Annotation Processing > Factory Path**, select _Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._ -Download [freebuilder-1.2.jar][] and [guava-18.0.jar][], add them to your +Download [freebuilder-1.3.jar][] and [guava-18.0.jar][], add them to your project, right-click them and select **Use as Project Library**. In your Settings, go to **Build, Execution, Deployment > Compiler > Annotation