|
5 | 5 | <groupId>org.orekit</groupId> |
6 | 6 | <artifactId>orekit</artifactId> |
7 | 7 | <packaging>jar</packaging> |
8 | | - <version>9.1</version> |
| 8 | + <version>9.2</version> |
9 | 9 | <name>ORbit Extrapolation KIT</name> |
10 | 10 | <url>http://www.orekit.org/</url> |
11 | 11 |
|
|
26 | 26 | <orekit.maven-bundle-plugin.version>3.3.0</orekit.maven-bundle-plugin.version> |
27 | 27 | <orekit.maven-changes-plugin.version>2.12.1</orekit.maven-changes-plugin.version> |
28 | 28 | <orekit.maven-checkstyle-plugin.version>2.17</orekit.maven-checkstyle-plugin.version> |
29 | | - <orekit.checkstyle.version>8.1</orekit.checkstyle.version> |
| 29 | + <orekit.checkstyle.version>8.10</orekit.checkstyle.version> |
30 | 30 | <orekit.maven-clean-plugin.version>3.0.0</orekit.maven-clean-plugin.version> |
31 | 31 | <orekit.maven-compiler-plugin.version>3.6.1</orekit.maven-compiler-plugin.version> |
32 | 32 | <orekit.maven-javadoc-plugin.version>2.10.4</orekit.maven-javadoc-plugin.version> |
|
37 | 37 | <orekit.maven-project-info-reports-plugin.version>2.9</orekit.maven-project-info-reports-plugin.version> |
38 | 38 | <orekit.maven-resources-plugin.version>3.0.2</orekit.maven-resources-plugin.version> |
39 | 39 | <orekit.maven-site-plugin.version>3.6</orekit.maven-site-plugin.version> |
| 40 | + <orekit.maven-source-plugin.version>3.0.1</orekit.maven-source-plugin.version> |
40 | 41 | <orekit.maven-surefire-plugin.version>2.20</orekit.maven-surefire-plugin.version> |
41 | 42 | <orekit.maven-surefire-report-plugin.version>2.20</orekit.maven-surefire-report-plugin.version> |
42 | 43 | <orekit.jgit.buildnumber.version>1.2.10</orekit.jgit.buildnumber.version> |
43 | 44 | <orekit.build-helper-maven-plugin.version>3.0.0</orekit.build-helper-maven-plugin.version> |
44 | 45 | <orekit.nexus-staging-maven-plugin.version>1.6.8</orekit.nexus-staging-maven-plugin.version> |
45 | 46 | <orekit.maven-gpg-plugin.version>1.6</orekit.maven-gpg-plugin.version> |
46 | 47 | <orekit.maven-install-plugin.version>2.5.2</orekit.maven-install-plugin.version> |
47 | | - <orekit.hipparchus.version>1.2</orekit.hipparchus.version> |
| 48 | + <orekit.hipparchus.version>1.3</orekit.hipparchus.version> |
48 | 49 | <orekit.junit.version>4.12</orekit.junit.version> |
49 | 50 | <orekit.compiler.source>1.8</orekit.compiler.source> |
50 | 51 | <orekit.compiler.target>1.8</orekit.compiler.target> |
|
155 | 156 | <contributor> |
156 | 157 | <name>Roberto Alacevich</name> |
157 | 158 | </contributor> |
| 159 | + <contributor> |
| 160 | + <name>Albert Alcarraz García</name> |
| 161 | + </contributor> |
158 | 162 | <contributor> |
159 | 163 | <name>Daniel Aguilar Taboada</name> |
160 | 164 | </contributor> |
|
296 | 300 | <type>jar</type> |
297 | 301 | <optional>false</optional> |
298 | 302 | </dependency> |
| 303 | + <dependency> |
| 304 | + <groupId>org.hipparchus</groupId> |
| 305 | + <artifactId>hipparchus-filtering</artifactId> |
| 306 | + <version>${orekit.hipparchus.version}</version> |
| 307 | + <type>jar</type> |
| 308 | + <optional>false</optional> |
| 309 | + </dependency> |
299 | 310 | <dependency> |
300 | 311 | <groupId>org.hipparchus</groupId> |
301 | 312 | <artifactId>hipparchus-stat</artifactId> |
|
535 | 546 | </execution> |
536 | 547 | </executions> |
537 | 548 | </plugin> |
538 | | - <plugin> |
539 | | - <groupId>ru.concerteza.buildnumber</groupId> |
540 | | - <artifactId>maven-jgit-buildnumber-plugin</artifactId> |
541 | | - <version>${orekit.jgit.buildnumber.version}</version> |
542 | | - <executions> |
543 | | - <execution> |
544 | | - <phase>prepare-package</phase> |
545 | | - <goals> |
546 | | - <goal>extract-buildnumber</goal> |
547 | | - </goals> |
548 | | - </execution> |
549 | | - </executions> |
550 | | - <configuration> |
551 | | - </configuration> |
552 | | - </plugin> |
553 | 549 | <plugin> |
554 | 550 | <groupId>org.apache.maven.plugins</groupId> |
555 | 551 | <artifactId>maven-jar-plugin</artifactId> |
|
558 | 554 | <archive> |
559 | 555 | <manifestFile>${project.build.directory}/osgi/MANIFEST.MF</manifestFile> |
560 | 556 | <manifestEntries> |
561 | | - <Implementation-Build>${orekit.implementation.build}</Implementation-Build> |
562 | 557 | <X-Compile-Source-JDK>${orekit.compiler.source}</X-Compile-Source-JDK> |
563 | 558 | <X-Compile-Target-JDK>${orekit.compiler.target}</X-Compile-Target-JDK> |
564 | 559 | </manifestEntries> |
|
687 | 682 | </reporting> |
688 | 683 |
|
689 | 684 | <profiles> |
| 685 | + <profile> |
| 686 | + <id>git</id> |
| 687 | + <activation> |
| 688 | + <file> |
| 689 | + <exists>.git</exists> |
| 690 | + </file> |
| 691 | + </activation> |
| 692 | + <build> |
| 693 | + <plugins> |
| 694 | + <plugin> |
| 695 | + <groupId>ru.concerteza.buildnumber</groupId> |
| 696 | + <artifactId>maven-jgit-buildnumber-plugin</artifactId> |
| 697 | + <version>${orekit.jgit.buildnumber.version}</version> |
| 698 | + <executions> |
| 699 | + <execution> |
| 700 | + <phase>prepare-package</phase> |
| 701 | + <goals> |
| 702 | + <goal>extract-buildnumber</goal> |
| 703 | + </goals> |
| 704 | + </execution> |
| 705 | + </executions> |
| 706 | + </plugin> |
| 707 | + <plugin> |
| 708 | + <groupId>org.apache.maven.plugins</groupId> |
| 709 | + <artifactId>maven-jar-plugin</artifactId> |
| 710 | + <version>${orekit.maven-jar-plugin.version}</version> |
| 711 | + <configuration> |
| 712 | + <archive> |
| 713 | + <manifestFile>${project.build.directory}/osgi/MANIFEST.MF</manifestFile> |
| 714 | + <manifestEntries> |
| 715 | + <Implementation-Build>${orekit.implementation.build}</Implementation-Build> |
| 716 | + <X-Compile-Source-JDK>${orekit.compiler.source}</X-Compile-Source-JDK> |
| 717 | + <X-Compile-Target-JDK>${orekit.compiler.target}</X-Compile-Target-JDK> |
| 718 | + </manifestEntries> |
| 719 | + </archive> |
| 720 | + </configuration> |
| 721 | + </plugin> |
| 722 | + </plugins> |
| 723 | + </build> |
| 724 | + </profile> |
690 | 725 | <profile> |
691 | 726 | <id>release</id> |
692 | 727 | <build> |
693 | 728 | <plugins> |
| 729 | + <plugin> |
| 730 | + <groupId>org.apache.maven.plugins</groupId> |
| 731 | + <artifactId>maven-source-plugin</artifactId> |
| 732 | + <version>${orekit.maven-source-plugin.version}</version> |
| 733 | + <executions> |
| 734 | + <execution> |
| 735 | + <id>attach-sources</id> |
| 736 | + <goals> |
| 737 | + <goal>jar-no-fork</goal> |
| 738 | + </goals> |
| 739 | + </execution> |
| 740 | + </executions> |
| 741 | + </plugin> |
694 | 742 | <plugin> |
695 | 743 | <groupId>org.apache.maven.plugins</groupId> |
696 | 744 | <artifactId>maven-javadoc-plugin</artifactId> |
|
0 commit comments