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

Commit 5c806cd

Browse files
committed
Update version in README to 1.3
1 parent 6a8e20e commit 5c806cd

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

371371
### javac
372372

373-
Download [freebuilder-1.2.jar][] and add it to the classpath (or
373+
Download [freebuilder-1.3.jar][] and add it to the classpath (or
374374
processorpath, if you supply one) on the command line. You will also need to add
375375
[guava-18.0.jar][] to the classpath, as it is used in the generated code.
376376

377-
[freebuilder-1.2.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.2/freebuilder-1.2.jar
377+
[freebuilder-1.3.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.3/freebuilder-1.3.jar
378378
[guava-18.0.jar]: http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
379379

380380
### Maven
@@ -386,7 +386,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
386386
<dependency>
387387
<groupId>org.inferred</groupId>
388388
<artifactId>freebuilder</artifactId>
389-
<version>1.2</version>
389+
<version>1.3</version>
390390
<optional>true</optional>
391391
</dependency>
392392
<dependency>
@@ -404,7 +404,7 @@ You may already have Guava, or want to use a different version; adjust according
404404
Add the following lines to your dependencies:
405405

406406
```
407-
compile 'org.inferred:freebuilder:1.2'
407+
compile 'org.inferred:freebuilder:1.3'
408408
compile 'com.google.guava:guava:18.0'
409409
```
410410

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

415415
_Condensed from [Eclipse Indigo's documentation][]._
416416

417-
Download [freebuilder-1.2.jar][] and [guava-18.0.jar][] and add them to your
417+
Download [freebuilder-1.3.jar][] and [guava-18.0.jar][] and add them to your
418418
project. Select them, right-click and choose **Build path > Add to Build path**.
419419

420420
In your projects properties dialog, go to **Java Compiler > Annotation
421421
Processing** and ensure **Enable annotation processing** is checked.
422422
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
423-
**Add JARs**, and select `freebuilder-1.2.jar`.
423+
**Add JARs**, and select `freebuilder-1.3.jar`.
424424

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

427427
### IntelliJ
428428

429429
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
430430

431-
Download [freebuilder-1.2.jar][] and [guava-18.0.jar][], add them to your
431+
Download [freebuilder-1.3.jar][] and [guava-18.0.jar][], add them to your
432432
project, right-click them and select **Use as Project Library**.
433433

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

0 commit comments

Comments
 (0)