Skip to content

Commit 56eea3c

Browse files
committed
updated version to 0.2.3
1 parent e9bd31b commit 56eea3c

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
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.2.2</version>
17+
<version>0.2.3</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.2.2</version>
10+
<version>0.2.3</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-all/singa-all.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
1010
<excludeFolder url="file://$MODULE_DIR$/target" />
1111
</content>
12-
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
12+
<orderEntry type="inheritedJdk" />
1313
<orderEntry type="sourceFolder" forTests="false" />
1414
<orderEntry type="library" name="R User Library" level="project" />
1515
<orderEntry type="library" name="R Skeletons" level="application" />

singa-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>singa-all</artifactId>
77
<groupId>de.bioforscher.singa</groupId>
8-
<version>0.2.2</version>
8+
<version>0.2.3</version>
99
<relativePath>../singa-all/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>de.bioforscher.singa</groupId>
3636
<artifactId>singa-chemistry</artifactId>
37-
<version>0.2.2</version>
37+
<version>0.2.3</version>
3838
</dependency>
3939
</dependencies>
4040
<build>

singa-chemistry/pom.xml

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

1414
<artifactId>singa-chemistry</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<!-- singa dependencies -->
2020
<dependency>
2121
<groupId>de.bioforscher.singa</groupId>
2222
<artifactId>singa-core</artifactId>
23-
<version>0.2.2</version>
23+
<version>0.2.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>de.bioforscher.singa</groupId>
2727
<artifactId>singa-features</artifactId>
28-
<version>0.2.2</version>
28+
<version>0.2.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>de.bioforscher.singa</groupId>
3232
<artifactId>singa-mathematics</artifactId>
33-
<version>0.2.2</version>
33+
<version>0.2.3</version>
3434
</dependency>
3535
</dependencies>
3636

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.2.2</version>
10+
<version>0.2.3</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-core</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</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.2.2</version>
10+
<version>0.2.3</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-features</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>

singa-javafx/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.2.2</version>
10+
<version>0.2.3</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-javafx</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-mathematics</artifactId>
22-
<version>0.2.2</version>
22+
<version>0.2.3</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>de.bioforscher.singa</groupId>
2626
<artifactId>singa-chemistry</artifactId>
27-
<version>0.2.2</version>
27+
<version>0.2.3</version>
2828
</dependency>
2929
</dependencies>
3030

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.2.2</version>
10+
<version>0.2.3</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-mathematics</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
<packaging>jar</packaging>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>de.bioforscher.singa</groupId>
2121
<artifactId>singa-core</artifactId>
22-
<version>0.2.2</version>
22+
<version>0.2.3</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.2.2</version>
10+
<version>0.2.3</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-simulation</artifactId>
15-
<version>0.2.2</version>
15+
<version>0.2.3</version>
1616
<packaging>jar</packaging>
1717

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

0 commit comments

Comments
 (0)