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

Commit a952639

Browse files
committed
Update version in README to 1.0-rc9
1 parent bb29ab9 commit a952639

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
@@ -340,10 +340,10 @@ Build tools and IDEs
340340

341341
### javac
342342

343-
Download [freebuilder-1.0-rc8.jar][] and add it to the classpath (or
343+
Download [freebuilder-1.0-rc9.jar][] and add it to the classpath (or
344344
processorpath, if you supply one) on the command line.
345345

346-
[freebuilder-1.0-rc8.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc8/freebuilder-1.0-rc8.jar
346+
[freebuilder-1.0-rc9.jar]: http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc9/freebuilder-1.0-rc9.jar
347347

348348
### Maven
349349

@@ -354,7 +354,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
354354
<dependency>
355355
<groupId>org.inferred</groupId>
356356
<artifactId>freebuilder</artifactId>
357-
<version>1.0-rc8</version>
357+
<version>1.0-rc9</version>
358358
<optional>true</optional>
359359
</dependency>
360360
</dependencies>
@@ -365,28 +365,28 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
365365
Add the following line to your dependencies:
366366

367367
```
368-
compile 'org.inferred:freebuilder:1.0-rc8'
368+
compile 'org.inferred:freebuilder:1.0-rc9'
369369
```
370370

371371
### Eclipse
372372

373373
_Condensed from [Eclipse Indigo's documentation][]._
374374

375-
Download [freebuilder-1.0-rc8.jar][] and add it to your project. Right-click it
375+
Download [freebuilder-1.0-rc9.jar][] and add it to your project. Right-click it
376376
and select **Build path > Add to Build path**.
377377

378378
In your projects properties dialog, go to **Java Compiler > Annotation
379379
Processing** and ensure **Enable annotation processing** is checked.
380380
Next, go to **Java Compiler > Annotation Processing > Factory Path**, select
381-
**Add JARs**, and select `freebuilder-1.0-rc8.jar`.
381+
**Add JARs**, and select `freebuilder-1.0-rc9.jar`.
382382

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

385385
### IntelliJ
386386

387387
_Condensed from the [IntelliJ 14.0.3 documentation][] and [Auto Issue #106][]._
388388

389-
Download [freebuilder-1.0-rc8.jar][], add it to your project, right-click it and
389+
Download [freebuilder-1.0-rc9.jar][], add it to your project, right-click it and
390390
select **Use as Project Library**.
391391

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

0 commit comments

Comments
 (0)