Skip to content

Commit

Permalink
Update to biojava 4.2.12 release
Browse files Browse the repository at this point in the history
This fixes several upstream bugs.
  • Loading branch information
sbliven committed Jun 30, 2018
1 parent 5a06684 commit 0a94242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ into BioJava as they mature.</description>
<timestamp>${maven.build.timestamp}</timestamp>
<slf4j.version>1.7.19</slf4j.version>
<log4j.version>2.5 </log4j.version>
<biojava.version>4.2.12-SNAPSHOT</biojava.version>
<biojava.version>4.2.12</biojava.version>
</properties>

<repositories>
Expand Down Expand Up @@ -289,7 +289,6 @@ into BioJava as they mature.</description>
<modules>
<module>symmetry-core</module>
<module>symmetry-tools</module>

</modules>

</project>
3 changes: 2 additions & 1 deletion symmetry-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
<Specification-Title>${project.name}</Specification-Title>
<Implementation-Title>${project.name}</Implementation-Title>
<Main-Class>main.CombinedSymmMain</Main-Class>

<Build-Date>${build.date}</Build-Date>
<Build-Number>${buildNumber}</Build-Number>
</manifestEntries>
</transformer>
<!-- This bit merges the various META-INF/services files -->
Expand Down

0 comments on commit 0a94242

Please sign in to comment.