Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
set version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maierthomas committed Apr 13, 2018
1 parent 534dbd7 commit e9e9117
Show file tree
Hide file tree
Showing 48 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src-common/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/src/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>backend-src</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-attachments/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-attachments</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-components/pom.xml
Expand Up @@ -17,14 +17,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-attachments</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>

<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-components</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions backend/src/src-cvesearch/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -28,14 +28,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-vulnerabilities</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>

<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-fossology/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-fossology</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-licenseinfo/pom.xml
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-attachments</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-licenseinfo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-licenses/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-licenses</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-moderation/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-licenses</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions backend/src/src-projects/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-attachments</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-schedule/pom.xml
Expand Up @@ -18,14 +18,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>

<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-search/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-users/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-vendors/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-vulnerabilities/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>src-vulnerabilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc-common/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>backend-svc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-attachments/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-attachments</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-components/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-cvesearch/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-fossology/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-fossology</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-licenseinfo/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-licenseinfo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-licenses/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-licenses</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-moderation/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-projects/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-schedule/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-search/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-users/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-vendors/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-vulnerabilities/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>svc-vulnerabilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/utils/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>backend-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-configuration/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>build-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/layouttpl/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>frontend</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>layouttpl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>frontend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/sw360-portlet/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>frontend</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<properties>
Expand Down

0 comments on commit e9e9117

Please sign in to comment.