From 28646fa7efbb742ad813b4a5165f6269817bdd11 Mon Sep 17 00:00:00 2001 From: Guylaine Prat <guylaine.prat@c-s.fr> Date: Tue, 12 Dec 2017 18:38:22 +0100 Subject: [PATCH] Prepared release for 2.0. --- pom.xml | 2 +- src/site/markdown/contact.md | 4 ++-- src/site/markdown/downloads.md | 17 ++++++++++++----- src/site/markdown/index.md | 2 ++ src/site/xdoc/changes.xml | 7 ++++++- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 8726fcb5..b311a09b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.orekit</groupId> <artifactId>rugged</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <packaging>jar</packaging> <name>Rugged</name> <url>https://www.orekit.org/rugged</url> diff --git a/src/site/markdown/contact.md b/src/site/markdown/contact.md index 5bbb40d7..25ef297c 100644 --- a/src/site/markdown/contact.md +++ b/src/site/markdown/contact.md @@ -36,7 +36,7 @@ Technical contact If for some reason you cannot use the public lists, you can reach the CS Systèmes d'Information Rugged team for any question (either technically oriented or administrative) at the following email address: -[orekit@c-s.fr](mailto:orekit@c-s.fr) +[rugged@c-s.fr](mailto:rugged@c-s.fr) Administrative contact ---------------------- @@ -51,5 +51,5 @@ please use the following address: 31506 Toulouse CEDEX 5 FRANCE - phone: +33 5-61-17-66-66 (ask for Luc Maisonobe) + phone: +33 5-61-17-66-66 (ask for Luc Maisonobe or Sébastien Harasse) fax: +33 5-61-34-84-15 diff --git a/src/site/markdown/downloads.md b/src/site/markdown/downloads.md index f4946b6b..47756961 100644 --- a/src/site/markdown/downloads.md +++ b/src/site/markdown/downloads.md @@ -44,6 +44,13 @@ with groupID org.orekit and artifactId rugged so maven internal mechanism will download automatically all artifacts and dependencies as required. +| package | link | +|----------|-----------------------------------------------------------------------------------------------------------| +| source | [rugged-2.0-sources.zip](https://www.orekit.org/forge/attachments/download/717/rugged-2.0-sources.zip) | +| binary | [rugged-2.0.jar](https://www.orekit.org/forge/attachments/download/718/rugged-2.0.jar) | +| javadoc | [rugged-2.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/719/rugged-2.0-javadoc.jar) | +version 2.0 downloads (release date: 2017-12-22) + | package | link | |----------|-----------------------------------------------------------------------------------------------------------| | source | [rugged-1.0-sources.zip](https://www.orekit.org/forge/attachments/download/592/rugged-1.0-sources.zip) | @@ -66,12 +73,12 @@ your program: This file contents is: - * leap seconds data up to end of 2016, + * leap seconds data up to end of 2017, - * IERS Earth orientation parameters from 1973 to mid 2016 - with predicted date to fall 2016 for some parameters (both IAU-1980 and IAU-2000), + * IERS Earth orientation parameters from 1973 to end 2017 + with predicted date to mid 2018 for some parameters (both IAU-1980 and IAU-2000), - * Marshall Solar Activity Futur Estimation from 1999 to mid 2016, + * Marshall Solar Activity Futur Estimation from 1999 to end 2017, * DE 430 planetary ephemerides from 1990 to 2069, @@ -83,5 +90,5 @@ There are no guarantees that this file will be available indefinitely or that it content will be updated. It should be considered as a simple configuration example. Users are encouraged to set up their own configuration data. -The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/610/orekit-data.zip). +The file is available in the [orekit files page](https://www.orekit.org/forge/projects/orekit/files). diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 4098a43b..849eec9f 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -41,6 +41,8 @@ Features * Direct/inverse location + * Refinement + * can support several types of Digital Elevation Models, including user-provided models * several intersection models algorithms available diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 374c0c4c..2d2f4fb5 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -20,7 +20,12 @@ <title>Rugged Changes</title> </properties> <body> - <release version="2.0" date="TBD" description="TTBD"> + <release version="2.0" date="2017-12-22" description="This is a major release. + It mainly provides a refinement feature (i.e. adjusting the viewing model + parameters to match ground control points."> + <action dev="guylaine" type="add" due-to="Jonathan Guinet, Lucie Labat-Allée"> + Added refinement feature, to adjust viewing model parameters + </action> <action dev="luc" type="add" due-to="Lars Næsbye Christensen"> Added Danish translations. Fixes issue #343. -- GitLab