Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 908f109

Browse files
committed
Update version in README to 1.0-rc11
1 parent 113c5b5 commit 908f109

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,11 @@ Build tools and IDEs
340340

341341
### javac
342342

343-
Download [freebuilder-1.0-rc9.jar][] and add it to the classpath (or
343+
Download [freebuilder-1.0-rc11.jar][] and add it to the classpath (or
344344
processorpath, if you supply one) on the command line. You will also need to add
345345
[guava-18.0.jar][] to the classpath, as it is used in the generated code.
346346

347-
[freebuilder-1.0-rc9.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc9/freebuilder-1.0-rc9.jar
347+
[freebuilder-1.0-rc11.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc11/freebuilder-1.0-rc11.jar
348348
[guava-18.0.jar]: http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
349349

350350
### Maven
@@ -356,7 +356,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
356356
<dependency>
357357
<groupId>org.inferred</groupId>
358358
<artifactId>freebuilder</artifactId>
359-
<version>1.0-rc9</version>
359+
<version>1.0-rc11</version>
360360
<optional>true</optional>
361361
</dependency>
362362
<dependency>
@@ -374,7 +374,7 @@ You may already have Guava, or want to use a different version; adjust according
374374
Add the following lines to your dependencies:
375375

376376
```
377-
compile 'org.inferred:freebuilder:1.0-rc9'
377+
compile 'org.inferred:freebuilder:1.0-rc11'
378378
compile 'com.google.guava:guava:18.0'
379379
```
380380

@@ -384,21 +384,21 @@ You may already have Guava, or want to use a different version; adjust according
384384

385385
_Condensed from [Eclipse Indigo's documentation][]._
386386

387-
Download [freebuilder-1.0-rc9.jar][] and [guava-18.0.jar][] and add them to your
387+
Download [freebuilder-1.0-rc11.jar][] and [guava-18.0.jar][] and add them to your
388388
project. Select them, right-click and choose **Build path > Add to Build path**.
389389

390390
In your projects properties dialog, go to **Java Compiler > Annotation
391391
Processing** and ensure **Enable annotation processing** is checked.
392392
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
393-
**Add JARs**, and select `freebuilder-1.0-rc9.jar`.
393+
**Add JARs**, and select `freebuilder-1.0-rc11.jar`.
394394

395395
[Eclipse Indigo's documentation]: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
396396

397397
### IntelliJ
398398

399399
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
400400

401-
Download [freebuilder-1.0-rc9.jar][] and [guava-18.0][], add them to your project,
401+
Download [freebuilder-1.0-rc11.jar][] and [guava-18.0][], add them to your project,
402402
right-click them and select **Use as Project Library**.
403403

404404
In your Settings, go to **Build, Execution, Deployment > Compiler > Annotation

0 commit comments

Comments
 (0)