Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Van Laer committed Sep 16, 2019
1 parent a574868 commit 0e9818b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following plugin to the `<build>` part of your Maven pom.xml file
<plugin>
<groupId>com.github.timvlaer</groupId>
<artifactId>thrifty-maven-plugin</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<configuration>
<thriftFiles>
<file>thrift-schema/internal.thrift</file>
Expand All @@ -47,7 +47,7 @@ The generated code depends on `thrifty-runtime`, so add the following to your de
```

## Generated convenience methods
This Maven plugin generates extra methods if you set `<enableConvenienceMethods>true</en...`.
This Maven plugin generates extra methods if you set `<enableConvenienceMethods>` to `true` (default is `false`).

On all classes:
* `public static Builder builder()`, as a shortcut to `new StructName.Builder()`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.timvlaer</groupId>
<artifactId>thrifty-maven-plugin</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>maven-plugin</packaging>

<name>Thrifty Maven Plugin</name>
Expand Down

0 comments on commit 0e9818b

Please sign in to comment.