Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
d10979b1
Commit
d10979b1
authored
Apr 27, 2022
by
Bryan Cazabonne
Browse files
Updated documentation for the release.
parent
956dc38c
Changes
3
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
d10979b1
...
...
@@ -2,7 +2,7 @@
<project
name=
"orekit"
default=
"jar"
basedir=
"."
>
<property
name=
"project.version"
value=
"11.1.
1
"
/>
<property
name=
"project.version"
value=
"11.1.
2
"
/>
<property
name=
"src.dir"
location=
"src"
/>
<property
name=
"main.src.dir"
value=
"${src.dir}/main/java"
/>
...
...
@@ -18,7 +18,7 @@
<property
name=
"lib.dir"
location=
"lib"
/>
<property
name=
"hipparchus.version"
value=
"2.
0
"
/>
<property
name=
"hipparchus.version"
value=
"2.
1
"
/>
<property
name=
"hipparchus.core.jar"
value=
"hipparchus-core-${hipparchus.version}.jar"
/>
<property
name=
"hipparchus.geometry.jar"
value=
"hipparchus-geometry-${hipparchus.version}.jar"
/>
<property
name=
"hipparchus.ode.jar"
value=
"hipparchus-ode-${hipparchus.version}.jar"
/>
...
...
src/site/markdown/downloads.md.vm
View file @
d10979b1
...
...
@@ -45,7 +45,7 @@ with groupID org.orekit and artifactId orekit so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
#
set
(
$
versions
=
{
"11.1.1"
:
"2022-03-17"
,
"11.1"
:
"2022-02-14"
,
"11.0.2"
:
"2021-11-24"
,
"11.0.1"
:
"2021-10-22"
,
"11.0"
:
"2021-09-20"
,
"10.3.1"
:
"2021-06-16"
,
"10.3"
:
"2020-12-21"
,
"10.2"
:
"2020-07-14"
,
"10.1"
:
"2020-02-19"
,
"10.0"
:
"2019-06-24"
,
"9.3.1"
:
"2019-03-16"
,
"9.3"
:
"2019-01-25"
,
"9.2"
:
"2018-05-26"
,
"9.1"
:
"2017-11-26"
,
"9.0.1"
:
"2017-11-03"
,
"9.0"
:
"2017-07-26"
,
"8.0.1"
:
"2017-11-03"
,
"8.0"
:
"2016-06-30"
,
"7.2.1"
:
"2017-11-03"
,
"7.2"
:
"2016-04-05"
,
"7.1"
:
"2016-02-07"
,
"7.0"
:
"2015-01-11"
,
"6.1"
:
"2013-12-13"
,
"6.0"
:
"2013-04-23"
,
"5.0.3"
:
"2011-07-13"
,
"5.0.2"
:
"2011-07-11"
,
"5.0.1"
:
"2011-04-18"
}
)
#
set
(
$
versions
=
{
"11.1.2"
:
"2022-04-27"
,
"11.1.1"
:
"2022-03-17"
,
"11.1"
:
"2022-02-14"
,
"11.0.2"
:
"2021-11-24"
,
"11.0.1"
:
"2021-10-22"
,
"11.0"
:
"2021-09-20"
,
"10.3.1"
:
"2021-06-16"
,
"10.3"
:
"2020-12-21"
,
"10.2"
:
"2020-07-14"
,
"10.1"
:
"2020-02-19"
,
"10.0"
:
"2019-06-24"
,
"9.3.1"
:
"2019-03-16"
,
"9.3"
:
"2019-01-25"
,
"9.2"
:
"2018-05-26"
,
"9.1"
:
"2017-11-26"
,
"9.0.1"
:
"2017-11-03"
,
"9.0"
:
"2017-07-26"
,
"8.0.1"
:
"2017-11-03"
,
"8.0"
:
"2016-06-30"
,
"7.2.1"
:
"2017-11-03"
,
"7.2"
:
"2016-04-05"
,
"7.1"
:
"2016-02-07"
,
"7.0"
:
"2015-01-11"
,
"6.1"
:
"2013-12-13"
,
"6.0"
:
"2013-04-23"
,
"5.0.3"
:
"2011-07-13"
,
"5.0.2"
:
"2011-07-11"
,
"5.0.1"
:
"2011-04-18"
}
)
#
foreach
(
$
version
in
$
versions
.
entrySet
()
)
| package | link |
...
...
src/site/markdown/faq.md
View file @
d10979b1
...
...
@@ -145,6 +145,7 @@ Math to Hipparchus
Orekit 11.0.2 | Hipparchus 2.0
Orekit 11.1 | Hipparchus 2.0
Orekit 11.1.1 | Hipparchus 2.0
Orekit 11.1.2 | Hipparchus 2.1
### Maven failed to compile Orekit and complained about a missing artifact.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment