Skip to content

Commit 9ce7629

Browse files
committed
fixed logging problems and incremented version
1 parent f0604ff commit 9ce7629

File tree

10 files changed

+26
-32
lines changed

10 files changed

+26
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SiNGA is deployed to the [Maven Central Repository](https://mvnrepository.com/ar
1414
<dependency>
1515
<groupId>de.bioforscher.singa</groupId>
1616
<artifactId>singa-all</artifactId>
17-
<version>0.3.0</version>
17+
<version>0.3.1</version>
1818
</dependency>
1919
<!-- more dependencies -->
2020
</dependencies>

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>de.bioforscher.singa</groupId>
99
<artifactId>singa-all</artifactId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</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: 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>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-chemistry</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-structure</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
</dependencies>
2525

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>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-core</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
</project>

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>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-features</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

singa-javafx/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>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-javafx</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-chemistry</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
</dependencies>
2525

singa-mathematics/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>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-mathematics</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-core</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
</dependencies>
2525

singa-simulation/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,39 @@
77
<parent>
88
<artifactId>singa-all</artifactId>
99
<groupId>de.bioforscher.singa</groupId>
10-
<version>0.3.0</version>
10+
<version>0.3.1</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-simulation</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-core</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>de.bioforscher.singa</groupId>
2626
<artifactId>singa-features</artifactId>
27-
<version>0.3.0</version>
27+
<version>0.3.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>de.bioforscher.singa</groupId>
3131
<artifactId>singa-mathematics</artifactId>
32-
<version>0.3.0</version>
32+
<version>0.3.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>de.bioforscher.singa</groupId>
3636
<artifactId>singa-chemistry</artifactId>
37-
<version>0.3.0</version>
37+
<version>0.3.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>de.bioforscher.singa</groupId>
4141
<artifactId>singa-javafx</artifactId>
42-
<version>0.3.0</version>
42+
<version>0.3.1</version>
4343
</dependency>
4444
<!-- this is used to parse sbml files conveniently -->
4545
<dependency>

singa-structure/pom.xml

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

1414
<artifactId>singa-structure</artifactId>
15-
<version>0.3.0</version>
15+
<version>0.3.1</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-mathematics</artifactId>
22-
<version>0.3.0</version>
22+
<version>0.3.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>de.bioforscher.singa</groupId>
2626
<artifactId>singa-features</artifactId>
27-
<version>0.3.0</version>
27+
<version>0.3.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.rcsb</groupId>

singa-structure/src/test/resources/log4j.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)