Skip to content

Commit 77026be

Browse files
committed
working on biojava#130 pushing releases to Maven Central
1 parent 4195094 commit 77026be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
*.iml
88
/*/target
99
*.swp
10-
10+
target

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.biojava</groupId>
55
<artifactId>biojava</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.1.0-SNAPSHOT</version>
7+
<version>4.0.0-SNAPSHOT</version>
88
<name>biojava</name>
99
<description>BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.</description>
1010
<url>http://www.biojava.org</url>
@@ -483,4 +483,4 @@
483483
<system>CruiseControl</system>
484484
<url>http://ccpublic.rcsb.org/</url>
485485
</ciManagement>
486-
</project>
486+
</project>

0 commit comments

Comments
 (0)