Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Prepare for version 1.0.2.1 (Maven deployment)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariol83 committed Jul 14, 2024
1 parent 852092d commit fc4af72
Show file tree
Hide file tree
Showing 35 changed files with 84 additions and 76 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

ReatMetric is a well-documented Java-based software infrastructure for the implementation of Monitoring & Control (M&C) systems.

![GitHub Release](https://img.shields.io/github/v/release/dariol83/reatmetric)
![GitHub Release](https://img.shields.io/github/v/release/dariol83/reatmetric) [<img src="https://img.shields.io/maven-central/v/eu.dariolucia.reatmetric/eu.dariolucia.reatmetric?color=greem&style=flat">](https://search.maven.org/search?q=eu.dariolucia.reatmetric)

![Displays](docs/images/reatmetric-windows-01.PNG "ReatMetric")

## Documentation
The system concepts, design, configuration and usage are described in the [documentation](docs/ReatMetric%20System%20Manual.adoc).

The development of ReatMetric is considered completed and no further updates will be performed.

## Dependencies
ReatMetric is based on a very limited set of dependencies:
- [openJFX](https://openjfx.io): for the graphical user interface of the _ui_ module;
Expand Down Expand Up @@ -77,9 +79,6 @@ Example of remoting configuration:
<connector local-name="Test System" remote-name="Test System" host="192.168.2.106" port="19000" />
</ns1:connectors>

## Roadmap
The development of ReatMetric is considered completed and no further updates will be performed.

## Acknowledgements and Credits
A special mention goes to Theresa Köster from the University of Gießen, who evaluated ReatMetric (among other tools)
against the Flying Laptop operational simulator. With her contributions, ideas and suggestions, she helped greatly to
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.automation.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.automation.groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.automation.js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.automation.python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 10 additions & 10 deletions eu.dariolucia.reatmetric.driver.example.test/Documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ required for the deployment.
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example.test</artifactId>
<name>REATMETRIC - Example Test</name>
<version>1.0.2</version>
<version>1.0.2.1</version>
<description>REATMETRIC Example Test for deployment</description>
<properties>
Expand Down Expand Up @@ -68,48 +68,48 @@ required for the deployment.
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.ui</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.automation.groovy</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.persist</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.httpserver</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<!-- The new driver -->
<dependency>
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
</dependencies>
</project>
Expand Down
20 changes: 10 additions & 10 deletions eu.dariolucia.reatmetric.driver.example.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example.test</artifactId>
<name>REATMETRIC - Example Test</name>
<version>1.0.2</version>
<version>1.0.2.1</version>
<description>REATMETRIC Example Test for deployment</description>

<properties>
Expand Down Expand Up @@ -65,48 +65,48 @@
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.scheduler</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.ui</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.automation.groovy</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.persist</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.httpserver</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<!-- The new driver -->
<dependency>
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions eu.dariolucia.reatmetric.driver.example/Documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ src/main/java needs to exist. The pom file must contain as a minimum the depende
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
<name>REATMETRIC DRIVER - Example driver</name>
<version>1.0.2</version>
<version>1.0.2.1</version>
<description>REATMETRIC driver module for documentation purposes</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -59,17 +59,17 @@ src/main/java needs to exist. The pom file must contain as a minimum the depende
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
</dependencies>
</project>
Expand Down
8 changes: 4 additions & 4 deletions eu.dariolucia.reatmetric.driver.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>eu.dariolucia.reatmetric.example</groupId>
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
<name>REATMETRIC DRIVER - Example driver</name>
<version>1.0.2</version>
<version>1.0.2.1</version>
<description>REATMETRIC driver module for documentation purposes</description>
<packaging>jar</packaging>

Expand Down Expand Up @@ -58,17 +58,17 @@
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
<dependency>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.serial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.snmp.util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.snmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.socket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.spacecraft.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.spacecraft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.driver.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.persist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion eu.dariolucia.reatmetric.remoting.connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>eu.dariolucia.reatmetric</groupId>
<artifactId>eu.dariolucia.reatmetric</artifactId>
<version>1.0.2</version>
<version>1.0.2.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit fc4af72

Please sign in to comment.