Skip to content

Commit

Permalink
Revert "Revert "Revert "Bump master to 4.0.0-SNAPSHOT"""
Browse files Browse the repository at this point in the history
This reverts commit ac1f33e.

Please stop merging the wrong direction.
  • Loading branch information
Alex Ayars committed Aug 22, 2017
1 parent 4d8678b commit 9977dc9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ services:
cub sr-ready schema-registry 8081 20 && \
echo Waiting a few seconds for topic creation to finish... && \
sleep 2 && \
java -jar /usr/share/java/ksql-examples/ksql-examples-4.0.0-SNAPSHOT-standalone.jar
java -jar /usr/share/java/ksql-examples/ksql-examples-0.1-SNAPSHOT-standalone.jar
quickstart=pageviews format=delimited topic=pageviews bootstrap-server=kafka:29092 maxInterval=100 iterations=1000 && \
java -jar /usr/share/java/ksql-examples/ksql-examples-4.0.0-SNAPSHOT-standalone.jar
java -jar /usr/share/java/ksql-examples/ksql-examples-0.1-SNAPSHOT-standalone.jar
quickstart=pageviews format=delimited topic=pageviews bootstrap-server=kafka:29092 maxInterval=1000'"
environment:
KSQL_CONFIG_DIR: "/etc/ksql"
Expand Down Expand Up @@ -98,9 +98,9 @@ services:
cub sr-ready schema-registry 8081 20 && \
echo Waiting a few seconds for topic creation to finish... && \
sleep 2 && \
java -jar /usr/share/java/ksql-examples/ksql-examples-4.0.0-SNAPSHOT-standalone.jar
java -jar /usr/share/java/ksql-examples/ksql-examples-0.1-SNAPSHOT-standalone.jar
quickstart=users format=json topic=users bootstrap-server=kafka:29092 maxInterval=100 iterations=1000 && \
java -jar /usr/share/java/ksql-examples/ksql-examples-4.0.0-SNAPSHOT-standalone.jar
java -jar /usr/share/java/ksql-examples/ksql-examples-0.1-SNAPSHOT-standalone.jar
quickstart=users format=json topic=users bootstrap-server=kafka:29092 maxInterval=1000'"
environment:
KSQL_CONFIG_DIR: "/etc/ksql"
Expand Down
2 changes: 1 addition & 1 deletion ksql-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksql-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-rest-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
<modules>
<module>ksql-core</module>
<module>ksql-cli</module>
Expand Down

0 comments on commit 9977dc9

Please sign in to comment.