Skip to content

Commit e301018

Browse files
committed
updated version
Signed-off-by: Christoph Leberecht <[email protected]>
1 parent 131bef6 commit e301018

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

singa-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>pom</packaging>
88
<groupId>bio.singa</groupId>
99
<artifactId>singa-all</artifactId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<name>singa-all</name>
1212
<description>
1313
SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially

singa-chemistry/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-chemistry</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717
<description>
1818
The chemistry package of SiNGA handles aspects that range into chemoinformatics, such as parsing and
@@ -34,12 +34,12 @@
3434
<dependency>
3535
<groupId>bio.singa</groupId>
3636
<artifactId>singa-features</artifactId>
37-
<version>0.6.0</version>
37+
<version>0.7.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>bio.singa</groupId>
4141
<artifactId>singa-mathematics</artifactId>
42-
<version>0.6.0</version>
42+
<version>0.7.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>uk.ac.ebi.beam</groupId>

singa-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-core</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717
<description>
1818
The SiNGA core package contains some convenience methods and data structures required in most other SiNGA

singa-features/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-features</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717
<description>
1818
The features package of SiNGA allows for automated retrieval and annotation of features to arbitrary data

singa-javafx/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-javafx</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717
<description>
1818
The javafx package of SiNGA provides methods to render visual representations SiNGA data structures in javafx
@@ -28,12 +28,12 @@
2828
<dependency>
2929
<groupId>bio.singa</groupId>
3030
<artifactId>singa-chemistry</artifactId>
31-
<version>0.6.0</version>
31+
<version>0.7.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>bio.singa</groupId>
3535
<artifactId>singa-sequence</artifactId>
36-
<version>0.6.0</version>
36+
<version>0.7.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.jfree</groupId>

singa-mathematics/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-mathematics</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717
<description>
1818
The SiNGA mathematics package handles most of the algorithms and data structures with mathematical background.
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>bio.singa</groupId>
2525
<artifactId>singa-core</artifactId>
26-
<version>0.6.0</version>
26+
<version>0.7.0</version>
2727
</dependency>
2828
</dependencies>
2929

singa-sequence/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<parent>
66
<artifactId>singa-all</artifactId>
77
<groupId>bio.singa</groupId>
8-
<version>0.6.0</version>
8+
<version>0.7.0</version>
99
<relativePath>../singa-all/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>singa-sequence</artifactId>
14-
<version>0.6.0</version>
14+
<version>0.7.0</version>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>bio.singa</groupId>
1919
<artifactId>singa-structure</artifactId>
20-
<version>0.6.0</version>
20+
<version>0.7.0</version>
2121
</dependency>
2222
</dependencies>
2323

singa-simulation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>bio.singa</groupId>
10-
<version>0.6.0</version>
10+
<version>0.7.0</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-simulation</artifactId>
15-
<version>0.6.0</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>bio.singa</groupId>
2121
<artifactId>singa-chemistry</artifactId>
22-
<version>0.6.0</version>
22+
<version>0.7.0</version>
2323
</dependency>
2424
</dependencies>
2525

singa-structure/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
<parent>
2020
<artifactId>singa-all</artifactId>
2121
<groupId>bio.singa</groupId>
22-
<version>0.6.0</version>
22+
<version>0.7.0</version>
2323
<relativePath>../singa-all/pom.xml</relativePath>
2424
</parent>
2525

2626
<artifactId>singa-structure</artifactId>
27-
<version>0.6.0</version>
27+
<version>0.7.0</version>
2828
<packaging>jar</packaging>
2929

3030
<dependencies>
3131
<dependency>
3232
<groupId>bio.singa</groupId>
3333
<artifactId>singa-mathematics</artifactId>
34-
<version>0.6.0</version>
34+
<version>0.7.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>bio.singa</groupId>
3838
<artifactId>singa-features</artifactId>
39-
<version>0.6.0</version>
39+
<version>0.7.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>bio.singa</groupId>
4343
<artifactId>singa-chemistry</artifactId>
44-
<version>0.6.0</version>
44+
<version>0.7.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.rcsb</groupId>

0 commit comments

Comments
 (0)