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

Commit 16fc6ed

Browse files
committed
Update version in README to 1.2
1 parent 060114e commit 16fc6ed

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
@@ -367,11 +367,11 @@ Build tools and IDEs
367367

368368
### javac
369369

370-
Download [freebuilder-1.1.jar][] and add it to the classpath (or
370+
Download [freebuilder-1.2.jar][] and add it to the classpath (or
371371
processorpath, if you supply one) on the command line. You will also need to add
372372
[guava-18.0.jar][] to the classpath, as it is used in the generated code.
373373

374-
[freebuilder-1.1.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.1/freebuilder-1.1.jar
374+
[freebuilder-1.2.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.2/freebuilder-1.2.jar
375375
[guava-18.0.jar]: http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
376376

377377
### Maven
@@ -383,7 +383,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
383383
<dependency>
384384
<groupId>org.inferred</groupId>
385385
<artifactId>freebuilder</artifactId>
386-
<version>1.1</version>
386+
<version>1.2</version>
387387
<optional>true</optional>
388388
</dependency>
389389
<dependency>
@@ -401,7 +401,7 @@ You may already have Guava, or want to use a different version; adjust according
401401
Add the following lines to your dependencies:
402402

403403
```
404-
compile 'org.inferred:freebuilder:1.1'
404+
compile 'org.inferred:freebuilder:1.2'
405405
compile 'com.google.guava:guava:18.0'
406406
```
407407

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

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

414-
Download [freebuilder-1.1.jar][] and [guava-18.0.jar][] and add them to your
414+
Download [freebuilder-1.2.jar][] and [guava-18.0.jar][] and add them to your
415415
project. Select them, 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.1.jar`.
420+
**Add JARs**, and select `freebuilder-1.2.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.1.jar][] and [guava-18.0.jar][], add them to your
428+
Download [freebuilder-1.2.jar][] and [guava-18.0.jar][], add them to your
429429
project, right-click them and select **Use as Project Library**.
430430

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

0 commit comments

Comments
 (0)