Skip to content

Commit

Permalink
Minimum version of third-party-bom 3.4.10, java-lang 6.6.11, chronicl…
Browse files Browse the repository at this point in the history
…e-bom 1.5.4
  • Loading branch information
peter-lawrey committed Jul 8, 2015
1 parent aa0b192 commit 620d298
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chronicle-demo/pom.xml
Expand Up @@ -40,7 +40,7 @@
<groupId>net.openhft</groupId>
<artifactId>third-party-bom</artifactId>
<type>pom</type>
<version>3.4.18</version>
<version>3.4.20</version>
<scope>import</scope>
</dependency>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions chronicle-queue/pom.xml
Expand Up @@ -40,15 +40,15 @@
<groupId>net.openhft</groupId>
<artifactId>third-party-bom</artifactId>
<type>pom</type>
<version>3.4.18</version>
<version>3.4.20</version>
<scope>import</scope>
</dependency>

<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>1.5.4</version>
<type>pom</type>
<version>1.4.3</version>
<scope>import</scope>
</dependency>

Expand All @@ -70,6 +70,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-values</artifactId>
<version>1.0.1-alpha-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion chronicle-sandbox/pom.xml 100644 → 100755
Expand Up @@ -39,7 +39,7 @@
<groupId>net.openhft</groupId>
<artifactId>third-party-bom</artifactId>
<type>pom</type>
<version>3.4.18</version>
<version>3.4.20</version>
<scope>import</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion chronicle-test/pom.xml 100644 → 100755
Expand Up @@ -39,7 +39,7 @@
<groupId>net.openhft</groupId>
<artifactId>third-party-bom</artifactId>
<type>pom</type>
<version>3.4.18</version>
<version>3.4.20</version>
<scope>import</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion chronicle/pom.xml 100644 → 100755
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>lang</artifactId>
<version>6.6.10</version>
<version>6.6.11</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
Expand Down

0 comments on commit 620d298

Please sign in to comment.