Skip to content

Commit

Permalink
set version to 3.3.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
maierthomas committed Nov 9, 2018
1 parent 0c586cb commit a3a0698
Show file tree
Hide file tree
Showing 50 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>backend-src</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-attachments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-attachments</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-attachments</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</dependency>
</dependencies>

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

<artifactId>src-components</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions backend/src/src-cvesearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</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.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</dependency>
</dependencies>

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

<developers>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-fossology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-fossology</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-licenseinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>src-attachments</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</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.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-licenseinfo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-licenses/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-licenses</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-moderation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</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.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions backend/src/src-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</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.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions backend/src/src-schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>datahandler</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</dependency>
</dependencies>

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

<developers>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-src</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-vulnerabilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>src-vulnerabilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/src-wsimport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-src</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>backend</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>backend-svc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-attachments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-attachments</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-fossology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-fossology</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-licenseinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-licenseinfo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-licenses/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>backend-svc</artifactId>
<groupId>org.eclipse.sw360</groupId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-vulnerabilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-vulnerabilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/svc/svc-wsimport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-svc</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>svc-wsimport</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>backend-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>build-configuration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/layouttpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>frontend</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>layouttpl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.sw360</groupId>
<artifactId>sw360</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0-M1</version>
</parent>

<artifactId>frontend</artifactId>
Expand Down
Loading

0 comments on commit a3a0698

Please sign in to comment.