diff --git a/pom.xml b/pom.xml index 696db948450f43d4b89d9ed299b3eb681ad54d24..dedd74d1f87911ff2d3a58952468cd5460b548a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.orekit</groupId> <artifactId>rugged</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>jar</packaging> <name>Rugged</name> diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 674044777c1ab46789b6046d6f1393f1bdbbc19a..6b5001b3bac926035729e54c097daa3b4a930574 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -20,8 +20,9 @@ <title>Rugged Changes</title> </properties> <body> - <release version="1.0" date="TBD" - description="TBD"> + <release version="1.0" date="2016-02-10" + description="This is the first official release of Rugged. It includes direct and + inverse location for push-broom sensors."> <action dev="luc" type="add"> Added a getAlgorithm method at Rugged level. This allows for example to retrieve the DEM elevation for a latitude/longitude pair.