Skip to content

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmer Kuperus committed May 25, 2020
1 parent ef33f6e commit a819a02
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hnswlib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-examples/hnswlib-examples-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-examples-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-examples/hnswlib-examples-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-examples-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-metrics-dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-pyspark/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def spark_context(request):
Args:
request: pytest.FixtureRequest object
"""
conf = (SparkConf().set('spark.jars.packages', 'com.github.jelmerk:hnswlib-spark_2.3.0_2.11:0.0.33').setMaster("local[2]").setAppName(APP_NAME))
conf = (SparkConf().set('spark.jars.packages', 'com.github.jelmerk:hnswlib-spark_2.3.0_2.11:0.0.34-SNAPSHOT').setMaster("local[2]").setAppName(APP_NAME))
sc = SparkContext(conf=conf)
request.addfinalizer(lambda: sc.stop())

Expand Down
2 changes: 1 addition & 1 deletion hnswlib-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions hnswlib-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -30,13 +30,13 @@
<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-utils</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-scala_2.11</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
</dependency>

<!-- workaround for https://github.com/holdenk/spark-testing-base/issues/148 -->
Expand Down
2 changes: 1 addition & 1 deletion hnswlib-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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.jelmerk</groupId>
<artifactId>hnswlib-parent-pom</artifactId>
<version>0.0.33</version>
<version>0.0.34-SNAPSHOT</version>
<name>hnswlib</name>
<packaging>pom</packaging>
<url>https://github.com/jelmerk/hnswlib</url>
Expand Down

0 comments on commit a819a02

Please sign in to comment.