Skip to content

Commit

Permalink
Fixed provided codegen downstream compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikand13 committed Jan 13, 2018
2 parents cf828bf + c88bfa6 commit 5455401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ First install with either Maven:
<dependency>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
```

or Gradle:

```groovy
dependencies {
compile group: 'nannoq.com:cluster:1.0.2'
compile group: 'nannoq.com:cluster:1.0.4’
}
```

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.nannoq</groupId>
<artifactId>tools</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>cluster</artifactId>
Expand Down Expand Up @@ -86,7 +86,6 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>${vertx.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 5455401

Please sign in to comment.