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

Commit 543f937

Browse files
committed
Update version in README to 1.9
1 parent 6e2add6 commit 543f937

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
@@ -488,12 +488,12 @@ Build tools and IDEs
488488

489489
### javac
490490

491-
Download [freebuilder-1.8.jar][] and add it to the classpath (or
491+
Download [freebuilder-1.9.jar][] and add it to the classpath (or
492492
processorpath, if you supply one) on the command line. If [Guava] is
493493
available, FreeBuilder will use it to generate cleaner, more
494494
interoperable implementation code (e.g returning [immutable collections]).
495495

496-
[freebuilder-1.8.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.8/freebuilder-1.8.jar
496+
[freebuilder-1.9.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.9/freebuilder-1.9.jar
497497
[immutable collections]: https://github.com/google/guava/wiki/ImmutableCollectionsExplained
498498

499499
### Maven
@@ -505,7 +505,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
505505
<dependency>
506506
<groupId>org.inferred</groupId>
507507
<artifactId>freebuilder</artifactId>
508-
<version>1.8</version>
508+
<version>1.9</version>
509509
<optional>true</optional>
510510
</dependency>
511511
</dependencies>
@@ -519,7 +519,7 @@ interoperable implementation code (e.g returning [immutable collections]).
519519
Add the following lines to your dependencies:
520520

521521
```
522-
compile 'org.inferred:freebuilder:1.8'
522+
compile 'org.inferred:freebuilder:1.9'
523523
```
524524

525525
If [Guava] is available, FreeBuilder will use it to generate cleaner, more
@@ -529,21 +529,21 @@ interoperable implementation code (e.g returning [immutable collections]).
529529

530530
_Condensed from [Eclipse Indigo's documentation][]._
531531

532-
Download [freebuilder-1.8.jar][] and add it to your project. Select it,
532+
Download [freebuilder-1.9.jar][] and add it to your project. Select it,
533533
right-click and choose **Build path > Add to Build path**.
534534

535535
In your projects properties dialog, go to **Java Compiler > Annotation
536536
Processing** and ensure **Enable annotation processing** is checked.
537537
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
538-
**Add JARs**, and select `freebuilder-1.8.jar`.
538+
**Add JARs**, and select `freebuilder-1.9.jar`.
539539

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

542542
### IntelliJ
543543

544544
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
545545

546-
Download [freebuilder-1.8.jar][], add it to your project, right-click it
546+
Download [freebuilder-1.9.jar][], add it to your project, right-click it
547547
and select **Use as Project Library**.
548548

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

0 commit comments

Comments
 (0)