Skip to content

Commit

Permalink
prosEO version updated to 1.0.1 ("SNAPSHOT" dropped)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangobravo62 committed Mar 18, 2024
1 parent fe5254a commit 08bbef5
Show file tree
Hide file tree
Showing 2,350 changed files with 7,141 additions and 7,446 deletions.
2 changes: 1 addition & 1 deletion api/aip-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>aip-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/archive-mgr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-archive-mgr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/auxip-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>auxip-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/base-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-base-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/cadip-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>cadip-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/edip-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>edip-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/odip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>odip</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/prip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-api-prip</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/xbip-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>xbip-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion base-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-base-wrapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.dlr.proseo</groupId>
<artifactId>proseo</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>proseo-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-aip-client:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-aip-client:1.0.1
ADD application.yml /usr/share/api/aip-client/application.yml
WORKDIR /usr/share/api/aip-client

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-api-odip:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-api-odip:1.0.1
ADD application.yml /usr/share/api/odip/application.yml
WORKDIR /usr/share/api/odip

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-api-prip:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-api-prip:1.0.1
ADD application.yml /usr/share/api/prip/application.yml
WORKDIR /usr/share/api/prip

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-archive-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-archive-mgr:1.0.1
ADD application.yml /usr/share/proseo-archive-mgr/application.yml
WORKDIR /usr/share/proseo-archive-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-facility-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-facility-mgr:1.0.1
ADD application.yml /usr/share/proseo-facility-mgr/application.yml
WORKDIR /usr/share/proseo-facility-mgr/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-ingestor:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-ingestor:1.0.1
ADD application.yml /usr/share/ingestor/application.yml
WORKDIR /usr/share/ingestor

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-notification:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-notification:1.0.1
ADD application.yml /usr/share/notification/application.yml
WORKDIR /usr/share/notification

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-order-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-order-mgr:1.0.1
ADD application.yml /usr/share/proseo-order-mgr/application.yml
WORKDIR /usr/share/proseo-order-mgr/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-planner:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-planner:1.0.1
ADD application.yml /usr/share/planner/application.yml

# Uncomment the next line, if a fixed login to a Kubernetes instance is required, and provide kube_config from the template file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-processor-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-processor-mgr:1.0.1
ADD application.yml /usr/share/proseo-processor-mgr/application.yml
WORKDIR /usr/share/proseo-processor-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-productclass-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-productclass-mgr:1.0.1
ADD application.yml /usr/share/proseo-productclass-mgr/application.yml
WORKDIR /usr/share/proseo-productclass-mgr/
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM localhost:5000/proseo-sample-wrapper:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-sample-wrapper:1.0.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-storage-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-storage-mgr:1.0.1
ADD application.yml /usr/share/proseo-storage-mgr/application.yml
WORKDIR /usr/share/proseo-storage-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-ui-gui:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-ui-gui:1.0.1
ADD application.yml /usr/share/proseo-ui-gui/application.yml
WORKDIR /usr/share/proseo-ui-gui/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-user-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-user-mgr:1.0.1
ADD application.yml /usr/share/proseo-user-mgr/application.yml
WORKDIR /usr/share/proseo-user-mgr/
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:

monitor:
hostname: monitor
image: proseo-registry.eoc.dlr.de/proseo-monitor:1.0.1-SNAPSHOT-proseo
image: proseo-registry.eoc.dlr.de/proseo-monitor:1.0.1-proseo
ports:
- 8080:8080
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-aip-client:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-aip-client:1.0.1
ADD application.yml /usr/share/api/aip-client/application.yml
WORKDIR /usr/share/api/aip-client

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-api-odip:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-api-odip:1.0.1
ADD application.yml /usr/share/api/prip/application.yml
WORKDIR /usr/share/api/odip

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-api-prip:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-api-prip:1.0.1
ADD application.yml /usr/share/api/prip/application.yml
WORKDIR /usr/share/api/prip

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-archive-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-archive-mgr:1.0.1
ADD application.yml /usr/share/proseo-archive-mgr/application.yml
WORKDIR /usr/share/proseo-archive-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-facility-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-facility-mgr:1.0.1
ADD application.yml /usr/share/proseo-facility-mgr/application.yml
WORKDIR /usr/share/proseo-facility-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-ingestor:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-ingestor:1.0.1
ADD application.yml /usr/share/ingestor/application.yml
WORKDIR /usr/share/ingestor
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-monitor:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-monitor:1.0.1
ADD application.yml /usr/share/proseo-monitor/application.yml
WORKDIR /usr/share/proseo-monitor/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-notification:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-notification:1.0.1
ADD application.yml /usr/share/notification/application.yml
WORKDIR /usr/share/notification

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-order-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-order-mgr:1.0.1
ADD application.yml /usr/share/proseo-order-mgr/application.yml
WORKDIR /usr/share/proseo-order-mgr/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM localhost:5000/proseo-planner:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-planner:1.0.1
ADD application.yml /usr/share/planner/application.yml

# Uncomment the next line, if a fixed login to a Kubernetes instance is required, and provide kube_config from the template file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-processor-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-processor-mgr:1.0.1
ADD application.yml /usr/share/proseo-processor-mgr/application.yml
WORKDIR /usr/share/proseo-processor-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-productclass-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-productclass-mgr:1.0.1
ADD application.yml /usr/share/proseo-productclass-mgr/application.yml
WORKDIR /usr/share/proseo-productclass-mgr/
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM localhost:5000/proseo-sample-wrapper:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-sample-wrapper:1.0.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-storage-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-storage-mgr:1.0.1
ADD application.yml /usr/share/proseo-storage-mgr/application.yml
WORKDIR /usr/share/proseo-storage-mgr/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-ui-gui:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-ui-gui:1.0.1
ADD application.yml /usr/share/proseo-ui-gui/application.yml
WORKDIR /usr/share/proseo-ui-gui/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM localhost:5000/proseo-user-mgr:1.0.1-SNAPSHOT
FROM localhost:5000/proseo-user-mgr:1.0.1
ADD application.yml /usr/share/proseo-user-mgr/application.yml
WORKDIR /usr/share/proseo-user-mgr/
4 changes: 2 additions & 2 deletions docs/apidocs/options
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
-docencoding
'UTF-8'
-doctitle
'prosEO 1.0.1-SNAPSHOT API'
'prosEO 1.0.1 API'
-linkoffline
'https://docs.oracle.com/en/java/javase/11/docs/api' '/Users/thomas/Documents/Thomas Beruf/Managementberatung/30 Kunden/DLR-EOC/Copernicus/S5P/S5P Processing Subsystem/prosEO/target/javadoc-bundle-options'
-use
-version
-windowtitle
'prosEO 1.0.1-SNAPSHOT API'
'prosEO 1.0.1 API'
7 changes: 0 additions & 7 deletions docs/apidocs/packages
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
de.dlr.proseo.ingestor
de.dlr.proseo.ingestor
de.dlr.proseo.ingestor
de.dlr.proseo.ingestor.cleanup
de.dlr.proseo.ingestor.cleanup
de.dlr.proseo.ingestor
Expand Down Expand Up @@ -178,8 +177,6 @@ de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest
de.dlr.proseo.planner.rest.model
de.dlr.proseo.planner.rest.model
de.dlr.proseo.planner.rest
Expand All @@ -192,8 +189,6 @@ de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest.model
de.dlr.proseo.model.rest.model
de.dlr.proseo.model.rest.model
Expand All @@ -218,8 +213,6 @@ de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.model.rest
de.dlr.proseo.sampleproc
de.dlr.proseo.sampleproc
de.dlr.proseo.sampleproc
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:index at 2024-03-14
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:index at 2024-03-18
| Rendered using Apache Maven Default Skin
-->
Expand All @@ -22,8 +22,8 @@
</div>
</div>
<div id="breadcrumbs">
<div class="xright"> <span id="publishDate">Last Published: 2024-03-14</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1-SNAPSHOT</span>
<div class="xright"> <span id="publishDate">Last Published: 2024-03-18</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1</span>
</div>
<div class="clear">
<hr/>
Expand Down
6 changes: 3 additions & 3 deletions docs/modules.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:modules at 2024-03-14
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1:modules at 2024-03-18
| Rendered using Apache Maven Default Skin
-->
Expand All @@ -22,8 +22,8 @@
</div>
</div>
<div id="breadcrumbs">
<div class="xright"> <span id="publishDate">Last Published: 2024-03-14</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1-SNAPSHOT</span>
<div class="xright"> <span id="publishDate">Last Published: 2024-03-18</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1</span>
</div>
<div class="clear">
<hr/>
Expand Down
6 changes: 3 additions & 3 deletions docs/project-info.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer at 2024-03-14
| Generated by Apache Maven Doxia Site Renderer 1.9.2 from org.apache.maven.plugins:maven-site-plugin:3.9.1:CategorySummaryDocumentRenderer at 2024-03-18
| Rendered using Apache Maven Default Skin
-->
Expand All @@ -22,8 +22,8 @@
</div>
</div>
<div id="breadcrumbs">
<div class="xright"> <span id="publishDate">Last Published: 2024-03-14</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1-SNAPSHOT</span>
<div class="xright"> <span id="publishDate">Last Published: 2024-03-18</span>
&#xA0;| <span id="projectVersion">Version: 1.0.1</span>
</div>
<div class="clear">
<hr/>
Expand Down
Loading

0 comments on commit 08bbef5

Please sign in to comment.