Skip to content

Commit

Permalink
Sets the version to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed May 17, 2024
1 parent f8ae647 commit 149e394
Show file tree
Hide file tree
Showing 54 changed files with 136 additions and 129 deletions.
6 changes: 2 additions & 4 deletions api-generator/api-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-generator-maven-plugin</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>maven-plugin</packaging>

<name>ESA MO API Generator - Maven Plugin</name>
Expand Down Expand Up @@ -93,12 +93,10 @@
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>generator-interfaces</artifactId>
<version>10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>xml-jaxb</artifactId>
<version>10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
5 changes: 2 additions & 3 deletions api-generator/generator-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>generator-docs</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API Generator - Documentation</name>
Expand Down Expand Up @@ -66,7 +66,6 @@
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>generator-interfaces</artifactId>
<version>10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
5 changes: 2 additions & 3 deletions api-generator/generator-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>generator-interfaces</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API Generator - Interfaces</name>
Expand Down Expand Up @@ -66,7 +66,6 @@
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>xml-jaxb</artifactId>
<version>10.1-SNAPSHOT</version>
</dependency>
<!-- The dependencies below are needed for Java 9 and higher -->
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions api-generator/generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>generator-java</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API Generator - Java</name>
Expand Down Expand Up @@ -67,7 +67,6 @@
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>generator-interfaces</artifactId>
<version>10.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions api-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>api-generator</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>pom</packaging>
<name>ESA MO API Generator</name>

Expand Down
10 changes: 6 additions & 4 deletions api-generator/xml-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>xml-jaxb</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API Generator - JAXB classes for MO</name>
Expand Down Expand Up @@ -60,15 +60,17 @@
</properties>

<dependencies>
<!-- The 2 dependencies below are needed otherwise the compilation, when
executed as threaded, will have a race condition and therefore might fail -->
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>xml-ccsds-mo-prototypes</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>xml-ccsds-mo-standards</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
</dependency>
<!-- The dependencies below are needed for Java 9 and higher -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-area004-v001-mc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-area004-v001-mc</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - MC v001</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-com/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-com</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - COM v001</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-common</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - Common v001</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-mal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-mal</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - MAL v003</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-mc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-mc</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - MC v002</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-mpd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-mpd</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - MPD v001</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/api-mps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>api-mps</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>jar</packaging>

<name>ESA MO API - MPS v001</name>
Expand Down
4 changes: 2 additions & 2 deletions apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>apis</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>pom</packaging>
<name>ESA MO APIs</name>

Expand Down
4 changes: 2 additions & 2 deletions encodings/encoding-binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>encoding-binary</artifactId>
<packaging>jar</packaging>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>

<name>ESA MO Encoder - Binary</name>
<description>A simple Java binary encoder for the CCSDS MAL</description>
Expand Down
4 changes: 2 additions & 2 deletions encodings/encoding-string/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>encoding-string</artifactId>
<packaging>jar</packaging>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>

<name>ESA MO Encoder - String</name>
<description>A simple Java String based encoder for the CCSDS MAL</description>
Expand Down
4 changes: 2 additions & 2 deletions encodings/encoding-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>encoding-xml</artifactId>
<packaging>jar</packaging>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>

<name>ESA MO Encoder - XML</name>
<description>A simple Java String based encoder for the CCSDS MAL</description>
Expand Down
4 changes: 2 additions & 2 deletions encodings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>encodings</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>pom</packaging>
<name>ESA MO Encodings</name>

Expand Down
4 changes: 2 additions & 2 deletions mal-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>mal-impl</artifactId>
<packaging>jar</packaging>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>

<name>ESA MO MAL Java Implementation</name>
<description>The ESA implementation of the CCSDS MAL in Java</description>
Expand Down
14 changes: 12 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<packaging>pom</packaging>

<name>ESA MO POM</name>
Expand Down Expand Up @@ -74,7 +74,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<esa.mo.version>10.1-SNAPSHOT</esa.mo.version>
<esa.mo.version>10.1</esa.mo.version>
<ccsds.specification.version>${esa.mo.version}</ccsds.specification.version>
<extra.specification.version>${esa.mo.version}</extra.specification.version>
<esa.stubgen.version>${esa.mo.version}</esa.stubgen.version>
Expand Down Expand Up @@ -112,6 +112,16 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>generator-interfaces</artifactId>
<version>${esa.api.mal.version}</version>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>xml-jaxb</artifactId>
<version>${esa.api.mal.version}</version>
</dependency>
<dependency>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>api-mal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.1</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 149e394

Please sign in to comment.