Skip to content

Commit e11b2b0

Browse files
committed
Revert "Preparing development for version 9.1."
This reverts commit b711dc2.
1 parent c64ee62 commit e11b2b0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<project name="orekit" default="jar" basedir=".">
44

5-
<property name="project.version" value="9.1-SNAPSHOT" />
5+
<property name="project.version" value="9.0" />
66

77
<property name="src.dir" location="src" />
88
<property name="main.src.dir" value="${src.dir}/main/java" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.orekit</groupId>
66
<artifactId>orekit</artifactId>
77
<packaging>jar</packaging>
8-
<version>9.1-SNAPSHOT</version>
8+
<version>9.0</version>
99
<name>ORbit Extrapolation KIT</name>
1010
<url>http://www.orekit.org/</url>
1111

src/site/xdoc/changes.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
<title>Orekit Changes</title>
2121
</properties>
2222
<body>
23-
<release version="9.1" date="TBD" description="TBD">
24-
</release>
2523
<release version="9.0" date="2017-07-26"
2624
description="Version 9.0 is a major release of Orekit. It introduces several new
2725
features and bug fixes. New features introduced in version 9.0 are Taylor algebra

0 commit comments

Comments
 (0)