From 80854904aa276475d98148bebaefe0c36610d3d8 Mon Sep 17 00:00:00 2001 From: Chris Purcell Date: Mon, 21 Dec 2015 12:38:03 +0000 Subject: [PATCH] Update version in README to 1.4 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bb786dec4..5f003cb67 100644 --- a/README.md +++ b/README.md @@ -370,11 +370,11 @@ Build tools and IDEs ### javac -Download [freebuilder-1.3.1.jar][] and add it to the classpath (or +Download [freebuilder-1.4.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.3.1.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.3.1/freebuilder-1.3.1.jar +[freebuilder-1.4.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.4/freebuilder-1.4.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.3.1 + 1.4 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.3.1' +compile 'org.inferred:freebuilder:1.4' 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.3.1.jar][] and [guava-18.0.jar][] and add them to your +Download [freebuilder-1.4.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.3.1.jar`. +**Add JARs**, and select `freebuilder-1.4.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.3.1.jar][] and [guava-18.0.jar][], add them to your +Download [freebuilder-1.4.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