Skip to content

Commit

Permalink
bump version to 5.6.4-1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Dec 4, 2018
1 parent a7df65a commit 3964c38
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
target/
.DS_store
foo.*
postgres/src/main/sql/zombodb--5.6.4-1.0.9.sql
postgres/src/main/sql/zombodb--5.6.4-1.0.10.sql
postgres/src/test/sql/setup.sql
postgres/src/test/sql/so_comments.sql
postgres/src/test/sql/TUTORIAL.sql
Expand Down
2 changes: 1 addition & 1 deletion docker/elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FROM java:8

ENV ES_PKG_NAME elasticsearch-5.6.4
ENV ZOMBODB_VER 5.6.4-1.0.9
ENV ZOMBODB_VER 5.6.4-1.0.10

# need a non-root user to run elasticsearch
RUN useradd -ms /bin/bash elastic
Expand Down
2 changes: 1 addition & 1 deletion docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Pull base image.
FROM postgres:9.5
ENV ZOMBODB_VER 5.6.4-1.0.9
ENV ZOMBODB_VER 5.6.4-1.0.10

# Fetch wget
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>llc.elasticsearch</groupId>
<artifactId>zombodb-parent</artifactId>
<version>5.6.4-1.0.9</version>
<version>5.6.4-1.0.10</version>
</parent>

<artifactId>zombodb-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description=Making Postgres and Elasticsearch work together like it is 2018
version=5.6.4-1.0.9
version=5.6.4-1.0.10
name=zombodb
jvm=true
classname=llc.zombodb.ZomboDBPlugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>llc.elasticsearch</groupId>
<artifactId>zombodb-parent</artifactId>
<version>5.6.4-1.0.9</version>
<version>5.6.4-1.0.10</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>llc.elasticsearch</groupId>
<artifactId>zombodb-parent</artifactId>
<version>5.6.4-1.0.9</version>
<version>5.6.4-1.0.10</version>
</parent>

<artifactId>zombodb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- no sql changes
2 changes: 1 addition & 1 deletion postgres/zombodb.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# zombodb extension
comment = 'Elasticsearch-enabled Index Type for Postgres'
default_version = '5.6.4-1.0.9'
default_version = '5.6.4-1.0.10'
module_pathname = '$libdir/zombodb'
relocatable = true
requires = ''

0 comments on commit 3964c38

Please sign in to comment.