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

Commit fc4af72

Browse files
committed
Prepare for version 1.0.2.1 (Maven deployment)
1 parent 852092d commit fc4af72

35 files changed

Lines changed: 84 additions & 76 deletions

File tree

  • eu.dariolucia.reatmetric.api
  • eu.dariolucia.reatmetric.core
  • eu.dariolucia.reatmetric.deployment
  • eu.dariolucia.reatmetric.driver.automation.base
  • eu.dariolucia.reatmetric.driver.automation.groovy
  • eu.dariolucia.reatmetric.driver.automation.js
  • eu.dariolucia.reatmetric.driver.automation.python
  • eu.dariolucia.reatmetric.driver.example.test
  • eu.dariolucia.reatmetric.driver.example
  • eu.dariolucia.reatmetric.driver.httpserver
  • eu.dariolucia.reatmetric.driver.remote
  • eu.dariolucia.reatmetric.driver.serial
  • eu.dariolucia.reatmetric.driver.snmp.util
  • eu.dariolucia.reatmetric.driver.snmp
  • eu.dariolucia.reatmetric.driver.socket
  • eu.dariolucia.reatmetric.driver.spacecraft.test
  • eu.dariolucia.reatmetric.driver.spacecraft
  • eu.dariolucia.reatmetric.driver.test
  • eu.dariolucia.reatmetric.persist
  • eu.dariolucia.reatmetric.processing
  • eu.dariolucia.reatmetric.remoting.connector
  • eu.dariolucia.reatmetric.remoting.spacecraft
  • eu.dariolucia.reatmetric.remoting.test
  • eu.dariolucia.reatmetric.remoting
  • eu.dariolucia.reatmetric.scheduler
  • eu.dariolucia.reatmetric.ui.remoting
  • eu.dariolucia.reatmetric.ui.snmp
  • eu.dariolucia.reatmetric.ui.socket
  • eu.dariolucia.reatmetric.ui.spacecraft
  • eu.dariolucia.reatmetric.ui.test
  • eu.dariolucia.reatmetric.ui

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

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

5-
![GitHub Release](https://img.shields.io/github/v/release/dariol83/reatmetric)
5+
![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)
66

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

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

12+
The development of ReatMetric is considered completed and no further updates will be performed.
13+
1214
## Dependencies
1315
ReatMetric is based on a very limited set of dependencies:
1416
- [openJFX](https://openjfx.io): for the graphical user interface of the _ui_ module;
@@ -77,9 +79,6 @@ Example of remoting configuration:
7779
<connector local-name="Test System" remote-name="Test System" host="192.168.2.106" port="19000" />
7880
</ns1:connectors>
7981

80-
## Roadmap
81-
The development of ReatMetric is considered completed and no further updates will be performed.
82-
8382
## Acknowledgements and Credits
8483
A special mention goes to Theresa Köster from the University of Gießen, who evaluated ReatMetric (among other tools)
8584
against the Flying Laptop operational simulator. With her contributions, ideas and suggestions, she helped greatly to

eu.dariolucia.reatmetric.api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.driver.automation.base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.driver.automation.groovy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.driver.automation.js/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.driver.automation.python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>eu.dariolucia.reatmetric</groupId>
2323
<artifactId>eu.dariolucia.reatmetric</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.2.1</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

eu.dariolucia.reatmetric.driver.example.test/Documentation.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ required for the deployment.
2525
<groupId>eu.dariolucia.reatmetric.example</groupId>
2626
<artifactId>eu.dariolucia.reatmetric.driver.example.test</artifactId>
2727
<name>REATMETRIC - Example Test</name>
28-
<version>1.0.2</version>
28+
<version>1.0.2.1</version>
2929
<description>REATMETRIC Example Test for deployment</description>
3030
3131
<properties>
@@ -68,48 +68,48 @@ required for the deployment.
6868
<dependency>
6969
<groupId>eu.dariolucia.reatmetric</groupId>
7070
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
71-
<version>1.0.2</version>
71+
<version>1.0.2.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>eu.dariolucia.reatmetric</groupId>
7575
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
76-
<version>1.0.2</version>
76+
<version>1.0.2.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>eu.dariolucia.reatmetric</groupId>
8080
<artifactId>eu.dariolucia.reatmetric.scheduler</artifactId>
81-
<version>1.0.2</version>
81+
<version>1.0.2.1</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>eu.dariolucia.reatmetric</groupId>
8585
<artifactId>eu.dariolucia.reatmetric.ui</artifactId>
86-
<version>1.0.2</version>
86+
<version>1.0.2.1</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>eu.dariolucia.reatmetric</groupId>
9090
<artifactId>eu.dariolucia.reatmetric.driver.automation.groovy</artifactId>
91-
<version>1.0.2</version>
91+
<version>1.0.2.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>eu.dariolucia.reatmetric</groupId>
9595
<artifactId>eu.dariolucia.reatmetric.persist</artifactId>
96-
<version>1.0.2</version>
96+
<version>1.0.2.1</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>eu.dariolucia.reatmetric</groupId>
100100
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
101-
<version>1.0.2</version>
101+
<version>1.0.2.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>eu.dariolucia.reatmetric</groupId>
105105
<artifactId>eu.dariolucia.reatmetric.driver.httpserver</artifactId>
106-
<version>1.0.2</version>
106+
<version>1.0.2.1</version>
107107
</dependency>
108108
<!-- The new driver -->
109109
<dependency>
110110
<groupId>eu.dariolucia.reatmetric.example</groupId>
111111
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
112-
<version>1.0.2</version>
112+
<version>1.0.2.1</version>
113113
</dependency>
114114
</dependencies>
115115
</project>

eu.dariolucia.reatmetric.driver.example.test/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>eu.dariolucia.reatmetric.example</groupId>
2323
<artifactId>eu.dariolucia.reatmetric.driver.example.test</artifactId>
2424
<name>REATMETRIC - Example Test</name>
25-
<version>1.0.2</version>
25+
<version>1.0.2.1</version>
2626
<description>REATMETRIC Example Test for deployment</description>
2727

2828
<properties>
@@ -65,48 +65,48 @@
6565
<dependency>
6666
<groupId>eu.dariolucia.reatmetric</groupId>
6767
<artifactId>eu.dariolucia.reatmetric.api</artifactId>
68-
<version>1.0.2</version>
68+
<version>1.0.2.1</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>eu.dariolucia.reatmetric</groupId>
7272
<artifactId>eu.dariolucia.reatmetric.core</artifactId>
73-
<version>1.0.2</version>
73+
<version>1.0.2.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>eu.dariolucia.reatmetric</groupId>
7777
<artifactId>eu.dariolucia.reatmetric.scheduler</artifactId>
78-
<version>1.0.2</version>
78+
<version>1.0.2.1</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>eu.dariolucia.reatmetric</groupId>
8282
<artifactId>eu.dariolucia.reatmetric.ui</artifactId>
83-
<version>1.0.2</version>
83+
<version>1.0.2.1</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>eu.dariolucia.reatmetric</groupId>
8787
<artifactId>eu.dariolucia.reatmetric.driver.automation.groovy</artifactId>
88-
<version>1.0.2</version>
88+
<version>1.0.2.1</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>eu.dariolucia.reatmetric</groupId>
9292
<artifactId>eu.dariolucia.reatmetric.persist</artifactId>
93-
<version>1.0.2</version>
93+
<version>1.0.2.1</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>eu.dariolucia.reatmetric</groupId>
9797
<artifactId>eu.dariolucia.reatmetric.processing</artifactId>
98-
<version>1.0.2</version>
98+
<version>1.0.2.1</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>eu.dariolucia.reatmetric</groupId>
102102
<artifactId>eu.dariolucia.reatmetric.driver.httpserver</artifactId>
103-
<version>1.0.2</version>
103+
<version>1.0.2.1</version>
104104
</dependency>
105105
<!-- The new driver -->
106106
<dependency>
107107
<groupId>eu.dariolucia.reatmetric.example</groupId>
108108
<artifactId>eu.dariolucia.reatmetric.driver.example</artifactId>
109-
<version>1.0.2</version>
109+
<version>1.0.2.1</version>
110110
</dependency>
111111
</dependencies>
112112
</project>

0 commit comments

Comments
 (0)