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

Commit d1b9ab2

Browse files
committed
Update version in README to 1.5
1 parent a2ce729 commit d1b9ab2

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

371371
### javac
372372

373-
Download [freebuilder-1.4.jar][] and add it to the classpath (or
373+
Download [freebuilder-1.5.jar][] and add it to the classpath (or
374374
processorpath, if you supply one) on the command line. If [Guava] is
375375
available, FreeBuilder will use it to generate cleaner, more
376376
interoperable implementation code (e.g returning [immutable collections]).
377377

378-
[freebuilder-1.4.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.4/freebuilder-1.4.jar
378+
[freebuilder-1.5.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.5/freebuilder-1.5.jar
379379
[immutable collections]: https://github.com/google/guava/wiki/ImmutableCollectionsExplained
380380

381381
### Maven
@@ -387,7 +387,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
387387
<dependency>
388388
<groupId>org.inferred</groupId>
389389
<artifactId>freebuilder</artifactId>
390-
<version>1.4</version>
390+
<version>1.5</version>
391391
<optional>true</optional>
392392
</dependency>
393393
</dependencies>
@@ -401,7 +401,7 @@ interoperable implementation code (e.g returning [immutable collections]).
401401
Add the following lines to your dependencies:
402402

403403
```
404-
compile 'org.inferred:freebuilder:1.4'
404+
compile 'org.inferred:freebuilder:1.5'
405405
```
406406

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

412412
_Condensed from [Eclipse Indigo's documentation][]._
413413

414-
Download [freebuilder-1.4.jar][] and add it to your project. Select it,
414+
Download [freebuilder-1.5.jar][] and add it to your project. Select it,
415415
right-click and choose **Build path > Add to Build path**.
416416

417417
In your projects properties dialog, go to **Java Compiler > Annotation
418418
Processing** and ensure **Enable annotation processing** is checked.
419419
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
420-
**Add JARs**, and select `freebuilder-1.4.jar`.
420+
**Add JARs**, and select `freebuilder-1.5.jar`.
421421

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

424424
### IntelliJ
425425

426426
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
427427

428-
Download [freebuilder-1.4.jar][], add it to your project, right-click it
428+
Download [freebuilder-1.5.jar][], add it to your project, right-click it
429429
and select **Use as Project Library**.
430430

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

0 commit comments

Comments
 (0)