Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update versions for indeed-util-* and indeed-lsmtree-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Humphrey committed Dec 27, 2016
1 parent 5f73bd3 commit 095ac27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion imhotep-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<!-- releases of our own projects to use -->
<!-- these should only be SNAPSHOTs when no release is available -->
<indeed-util.version>1.0.12</indeed-util.version>
<indeed-util.version>1.0.23</indeed-util.version>
</properties>

</project>
2 changes: 1 addition & 1 deletion imhotep-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

<!-- releases of our own projects to use -->
<!-- these should only be SNAPSHOTs when no release is available -->
<indeed-util.version>1.0.12</indeed-util.version>
<indeed-util.version>1.0.23</indeed-util.version>
</properties>

</project>
5 changes: 3 additions & 2 deletions imhotep-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.indeed</groupId>
<artifactId>lsmtree-core</artifactId>
<version>1.0.4</version>
<version>${indeed-lsmtree-core.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -185,7 +185,8 @@

<!-- releases of our own projects to use -->
<!-- these should only be SNAPSHOTs when no release is available -->
<indeed-util.version>1.0.12</indeed-util.version>
<indeed-util.version>1.0.23</indeed-util.version>
<indeed-lsmtree-core.version>1.0.5</indeed-lsmtree-core.version>
</properties>

</project>

0 comments on commit 095ac27

Please sign in to comment.