Skip to content

Commit 65c5657

Browse files
authored
Merge pull request #121 from secure-software-engineering/version_4.0.0
Update SPDS version to 4.0.0
2 parents 0c08cd2 + 27c35e1 commit 65c5657

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

PDS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>PDS</artifactId>

SynchronizedPDS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>synchronizedPDS</artifactId>

WPDS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>WPDS</artifactId>

boomerangPDS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>boomerangPDS</artifactId>

boomerangScope-Soot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.fraunhofer.iem</groupId>
88
<artifactId>Boomerang-Parent</artifactId>
9-
<version>3.2.4-SNAPSHOT</version>
9+
<version>4.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>boomerangScope-Soot</artifactId>

boomerangScope-SootUp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

boomerangScope-WALA/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>boomerangScope-WALA</artifactId>

boomerangScope/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>boomerangScope</artifactId>

idealPDS/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.fraunhofer.iem</groupId>
77
<artifactId>Boomerang-Parent</artifactId>
8-
<version>3.2.4-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>idealPDS</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>de.fraunhofer.iem</groupId>
66
<artifactId>Boomerang-Parent</artifactId>
7-
<version>3.2.4-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<packaging>pom</packaging>
99
<name>Boomerang-Parent</name>
1010
<description>Parent project that holds all definitions for Synchronized and Weighted Pushdown Systems, Boomerang, and IDEal</description>

0 commit comments

Comments
 (0)