Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Feb 14, 2017
1 parent 45f832a commit 0336940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -59,7 +59,7 @@ One way to achieve this is using `<pluginManagement>`:
<plugin>
<groupId>org.joda</groupId>
<artifactId>joda-beans-maven-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -98,7 +98,7 @@ If they are not, the user would be expected to run `mvn joda-beans:generate` fro
<plugin>
<groupId>org.joda</groupId>
<artifactId>joda-beans-maven-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
<executions>
<execution>
<id>joda-beans-validate</id>
Expand All @@ -120,7 +120,7 @@ To generate the sources as part of the build, rather than validating them, use t
<plugin>
<groupId>org.joda</groupId>
<artifactId>joda-beans-maven-plugin</artifactId>
<version>1.0</version>
<version>1.1</version>
<executions>
<execution>
<id>joda-beans-generate</id>
Expand All @@ -137,7 +137,7 @@ To generate the sources as part of the build, rather than validating them, use t
#### Running with Eclipse and M2E

Joda-Beans can be used within Eclipse using Maven and M2E.
Version 1.0 of this plugin contains an additional XML configuration file for the M2E plugin.
Version 1.0 and later of this plugin contains an additional XML configuration file for the M2E plugin.
This avoids the need for an additional M2E connector.

To get an even better integration, use Joda-Beans v1.5 or later and add the following to your project pom:
Expand Down Expand Up @@ -178,7 +178,7 @@ This profile only activates when running in Eclipse IDE.
It causes the `generate` goal to be executed using the special "eclipse=true" mode.
This mode means that when a bean is edited, the Joda-Beans source generator is triggered,
and the file recompiled. Note that the processing in Eclipse takes a few seconds to refresh properly.
This has been tested using Joda-Beans v1.5, Maven plugin v1.0 and Eclipse Luna v4.1.1.
This has been tested with Eclipse Luna, Mars and Neon.


#### Joda-Beans version
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>joda-beans-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Joda-Beans Maven plugin</name>
<version>1.0</version>
<version>1.1</version>
<description>Maven plugin for Joda-Beans</description>
<url>https://github.com/JodaOrg/joda-beans-maven-plugin</url>

Expand Down

0 comments on commit 0336940

Please sign in to comment.