Skip to content

Commit

Permalink
[maven-release-plugin] prepare release SPDS-3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codeshield-ci committed Jul 24, 2020
1 parent ec1f40b commit 1cc4bf1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SynchronizedPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion WPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion boomerangPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion boomerangScope-WALA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion boomerangScope/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idealPDS/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<packaging>pom</packaging>
<name>SPDS</name>

Expand All @@ -19,7 +18,7 @@
<scm>
<connection>scm:git:https://github.com/CodeShield-Security/SPDS.git</connection>
<url>https://github.com/CodeShield-Security/SPDS</url>
<tag>SPDS-${project.version}</tag>
<tag>SPDS-3.0.6</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion testCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>SPDS</artifactId>
<version>3.0.6-SNAPSHOT</version>
<version>3.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 1cc4bf1

Please sign in to comment.