Skip to content

Commit

Permalink
set bom to be <dependency>
Browse files Browse the repository at this point in the history
                              <groupId>net.openhft</groupId>
                              <artifactId>chronicle-bom</artifactId>
                              <version>2.17.110</version>
                              <type>pom</type>
                              <scope>import</scope>
                          </dependency>
  • Loading branch information
Rob Austin committed Jan 15, 2019
1 parent 29443a7 commit ad3c2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>2.17-SNAPSHOT</version>
<version>2.17.110</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit ad3c2fd

Please sign in to comment.