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 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrdn committed May 18, 2017
1 parent 6085b19 commit 07728bf
Show file tree
Hide file tree
Showing 45 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

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

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

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

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

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

<artifactId>src-components</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions backend/src/src-cvesearch/pom.xml
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
Expand All @@ -32,14 +32,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-vulnerabilities</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</dependency>
</dependencies>

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

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

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

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

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-schedule/pom.xml
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>com.liferay.portal</groupId>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.1</version>
</parent>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<artifactId>sw360-portlet</artifactId>
Expand Down

0 comments on commit 07728bf

Please sign in to comment.