Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed May 18, 2018
1 parent b71d5e6 commit ecc7b4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note that the last version is currently not available in Maven Central yet.

### Maven dependency

For Apache Kafka 0.10.0.1 (deprecated)
For Apache Kafka 0.10.0.1 (deprecated & not stable)

Available in [Maven Central](https://search.maven.org/#artifactdetails%7Ccom.github.fhuss%7Ckafka-streams-cep%7C0.1.0%7Cjar)

Expand All @@ -35,7 +35,7 @@ As of Apache Kafka 1.0.0
<dependency>
<groupId>com.github.fhuss</groupId>
<artifactId>kafka-streams-cep</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fhuss</groupId>
<artifactId>kafka-streams-cep-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>kafka-streams-cep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.fhuss</groupId>
<artifactId>kafka-streams-cep-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>kafka-streams-cep-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.fhuss</groupId>
<artifactId>kafka-streams-cep-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>kafka-streams-cep-parent</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit ecc7b4e

Please sign in to comment.