Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Apr 29, 2021
1 parent 201f6e6 commit f6d93d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
<groupId>org.jlab.coda</groupId>

<!-- current rolling version using snapshot release -->
<version>6.3-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>

<properties>

<!-- Make java version 7 jar -->
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<!-- Make java version 8 jar -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<!-- define version numbers, for convenience below -->
<!-- the "1.0" are fake, for jars that come with jevio but w/o a version -->
<lz4.version>1.4.0</lz4.version>
<disruptor.version>3.4.2</disruptor.version>
<lz4.version>1.8.0</lz4.version>
<disruptor.version>3.4.3</disruptor.version>
<aha.version>1.0</aha.version>

</properties>
Expand Down

0 comments on commit f6d93d1

Please sign in to comment.