Skip to content

Commit e7b319b

Browse files
committed
updated version to 0.3.2
1 parent f4bc2e1 commit e7b319b

File tree

14 files changed

+36
-48
lines changed

14 files changed

+36
-48
lines changed

.idea/libraries/Maven__de_bioforscher_singa_singa_sequence_0_3_2_alpha.xml

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

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

1414
<artifactId>singa-chemistry</artifactId>
15-
<version>0.3.2-alpha</version>
15+
<version>0.3.2</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.2-alpha</version>
22+
<version>0.3.2</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.2-alpha</version>
10+
<version>0.3.2</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

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

1414
<artifactId>singa-features</artifactId>
15-
<version>0.3.2-alpha</version>
15+
<version>0.3.2</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.3.2-alpha</version>
10+
<version>0.3.2</version>
1111
<relativePath>../singa-all/pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>singa-javafx</artifactId>
15-
<version>0.3.2-alpha</version>
15+
<version>0.3.2</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.2-alpha</version>
22+
<version>0.3.2</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>de.bioforscher.singa</groupId>
2626
<artifactId>singa-sequence</artifactId>
27-
<version>0.3.2-alpha</version>
27+
<version>0.3.2</version>
2828
</dependency>
2929
</dependencies>
3030

singa-javafx/singa-javafx.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.4" level="project" />
3131
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.logging.log4j:log4j-api:2.6.2" level="project" />
3232
<orderEntry type="library" name="Maven: org.rcsb:mmtf-api:1.0.7" level="project" />
33-
<orderEntry type="library" name="Maven: de.bioforscher.singa:singa-sequence:0.3.2-alpha" level="project" />
33+
<orderEntry type="module" module-name="singa-sequence" />
3434
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
3535
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
3636
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.21" level="project" />

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

1414
<artifactId>singa-mathematics</artifactId>
15-
<version>0.3.2-alpha</version>
15+
<version>0.3.2</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.2-alpha</version>
22+
<version>0.3.2</version>
2323
</dependency>
2424
</dependencies>
2525

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>de.bioforscher.singa</groupId>
8-
<version>0.3.2-alpha</version>
8+
<version>0.3.2</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.3.2-alpha</version>
14+
<version>0.3.2</version>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>de.bioforscher.singa</groupId>
1919
<artifactId>singa-structure</artifactId>
20-
<version>0.3.2-alpha</version>
20+
<version>0.3.2</version>
2121
</dependency>
2222
</dependencies>
2323

0 commit comments

Comments
 (0)