From 136300f3573cb778b5a8de9ccae11cecccfbdd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Mart=C3=ADn=20=C3=81vila?= <javier.martin@deimos-space.com> Date: Fri, 29 May 2015 13:21:15 +0200 Subject: [PATCH] Officially update the version to 3.3.1 on delivery, also set the Orekit dependency to "7.0X" in order to use the modified version without the SecularAndHarmonic bug. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba3736ebca..6a688e0e3b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>int.eumetsat</groupId> <artifactId>skat</artifactId> - <version>3.3</version> + <version>3.3.1</version> <packaging>jar</packaging> <name>Station Keeping Analysis Tool</name> @@ -47,7 +47,7 @@ <dependency> <groupId>org.orekit</groupId> <artifactId>orekit</artifactId> - <version>7.0</version> + <version>7.0X</version> <type>jar</type> <optional>false</optional> </dependency> -- GitLab