Skip to content

Commit

Permalink
Updated version numbers in pom.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud Senden committed Sep 12, 2017
1 parent 0afbda1 commit 6b0b44c
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion fortify-util/fod-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
10 changes: 5 additions & 5 deletions fortify-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>pom</packaging>
<organization>
<name>HPE Security Fortify</name>
Expand Down Expand Up @@ -58,25 +58,25 @@
<dependency>
<groupId>com.fortify.util</groupId>
<artifactId>spring-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.util</groupId>
<artifactId>rest-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.util</groupId>
<artifactId>fod-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.util</groupId>
<artifactId>ssc-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion fortify-util/rest-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
2 changes: 1 addition & 1 deletion fortify-util/spring-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<description>This module defines various utility classes for working with Spring.</description>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion fortify-util/ssc-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
24 changes: 12 additions & 12 deletions processrunner-bugtracker-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
<packaging>pom</packaging>
<organization>
<name>HPE Security Fortify</name>
Expand Down Expand Up @@ -69,67 +69,67 @@
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-common</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-source-fod</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-ssc-common</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-source-ssc</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-ssc</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-jira</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-file</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-tfs</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-archer</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-target-octane</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.processrunner</groupId>
<artifactId>processrunner</artifactId>
<version>3.0</version>
<version>3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.fortify.processrunner.bugtracker</groupId>
<artifactId>processrunner-bugtracker-root</artifactId>
<version>3.0</version>
<version>3.1</version>
</parent>
<organization>
<name>HPE Security Fortify</name>
Expand Down
6 changes: 3 additions & 3 deletions processrunner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.fortify.processrunner</groupId>
<artifactId>processrunner</artifactId>
<version>3.0</version>
<version>3.1</version>
<organization>
<name>HPE Security Fortify</name>
<url>http://www8.hp.com/us/en/software-solutions/application-security/</url>
Expand Down Expand Up @@ -49,13 +49,13 @@
<dependency>
<groupId>com.fortify.processrunner</groupId>
<artifactId>processrunner</artifactId>
<version>3.0</version>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fortify.util</groupId>
<artifactId>fortify-util</artifactId>
<version>3.0</version>
<version>3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 6b0b44c

Please sign in to comment.