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

Commit 58a66db

Browse files
committed
Update version in README to 1.7.2
1 parent 8ac5c9a commit 58a66db

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

433433
### javac
434434

435-
Download [freebuilder-1.7.1.jar][] and add it to the classpath (or
435+
Download [freebuilder-1.7.2.jar][] and add it to the classpath (or
436436
processorpath, if you supply one) on the command line. If [Guava] is
437437
available, FreeBuilder will use it to generate cleaner, more
438438
interoperable implementation code (e.g returning [immutable collections]).
439439

440-
[freebuilder-1.7.1.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.7.1/freebuilder-1.7.1.jar
440+
[freebuilder-1.7.2.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.7.2/freebuilder-1.7.2.jar
441441
[immutable collections]: https://github.com/google/guava/wiki/ImmutableCollectionsExplained
442442

443443
### Maven
@@ -449,7 +449,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
449449
<dependency>
450450
<groupId>org.inferred</groupId>
451451
<artifactId>freebuilder</artifactId>
452-
<version>1.7.1</version>
452+
<version>1.7.2</version>
453453
<optional>true</optional>
454454
</dependency>
455455
</dependencies>
@@ -463,7 +463,7 @@ interoperable implementation code (e.g returning [immutable collections]).
463463
Add the following lines to your dependencies:
464464

465465
```
466-
compile 'org.inferred:freebuilder:1.7.1'
466+
compile 'org.inferred:freebuilder:1.7.2'
467467
```
468468

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

474474
_Condensed from [Eclipse Indigo's documentation][]._
475475

476-
Download [freebuilder-1.7.1.jar][] and add it to your project. Select it,
476+
Download [freebuilder-1.7.2.jar][] and add it to your project. Select it,
477477
right-click and choose **Build path > Add to Build path**.
478478

479479
In your projects properties dialog, go to **Java Compiler > Annotation
480480
Processing** and ensure **Enable annotation processing** is checked.
481481
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
482-
**Add JARs**, and select `freebuilder-1.7.1.jar`.
482+
**Add JARs**, and select `freebuilder-1.7.2.jar`.
483483

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

486486
### IntelliJ
487487

488488
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
489489

490-
Download [freebuilder-1.7.1.jar][], add it to your project, right-click it
490+
Download [freebuilder-1.7.2.jar][], add it to your project, right-click it
491491
and select **Use as Project Library**.
492492

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

0 commit comments

Comments
 (0)