|
22 | 22 | <parent> |
23 | 23 | <groupId>za.co.absa</groupId> |
24 | 24 | <artifactId>root-pom</artifactId> |
25 | | - <version>1.0.0</version> |
| 25 | + <version>1.1.0</version> |
26 | 26 | </parent> |
27 | 27 |
|
| 28 | + <groupId>za.co.absa</groupId> |
28 | 29 | <artifactId>hyperdrive-trigger</artifactId> |
29 | 30 | <packaging>war</packaging> |
30 | | - |
31 | 31 | <name>hyperdrive-trigger</name> |
32 | 32 | <description>Hyperdrive-Trigger is a scheduler and GUI for hyperdrive.</description> |
33 | 33 | <url>https://github.com/AbsaOSS/hyperdrive-trigger</url> |
34 | 34 |
|
35 | 35 | <scm> |
36 | | - <url>${scm.url}</url> |
37 | | - <connection>${scm.connection}</connection> |
38 | | - <developerConnection>${scm.developerConnection}</developerConnection> |
| 36 | + <connection>scm:git:git://github.com/AbsaOSS/hyperdrive-trigger.git</connection> |
| 37 | + <developerConnection>scm:git:ssh://github.com/AbsaOSS/hyperdrive-trigger.git</developerConnection> |
| 38 | + <url>https://github.com/AbsaOSS/hyperdrive-trigger</url> |
39 | 39 | <tag>HEAD</tag> |
40 | 40 | </scm> |
41 | 41 |
|
|
124 | 124 | <scalatest.suites /> |
125 | 125 | <scalatest.tagsToExclude>za.co.absa.hyperdrive.trigger.testdata.PersistingData</scalatest.tagsToExclude> |
126 | 126 | <skip.postgres.tests>true</skip.postgres.tests> |
127 | | - |
128 | | - <scm.url><!-- defined outside the pom --></scm.url> |
129 | | - <scm.connection><!-- defined outside the pom --></scm.connection> |
130 | | - <scm.developerConnection><!-- defined outside the pom --></scm.developerConnection> |
131 | 127 | </properties> |
132 | 128 | <dependencies> |
133 | 129 |
|
|
638 | 634 | </configuration> |
639 | 635 | </plugin> |
640 | 636 | <plugin> |
641 | | - <groupId>org.sonatype.plugins</groupId> |
642 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 637 | + <groupId>org.sonatype.central</groupId> |
| 638 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 639 | + <version>0.8.0</version> |
643 | 640 | <configuration> |
644 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
645 | | - <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> |
| 641 | + <autoPublish>false</autoPublish> |
646 | 642 | </configuration> |
647 | 643 | </plugin> |
648 | 644 | <plugin> |
|
783 | 779 | <name>manual-release</name> |
784 | 780 | </property> |
785 | 781 | </activation> |
786 | | - <properties> |
787 | | - <scm.connection>scm:git:git://github.com/AbsaOSS/hyperdrive-trigger.git</scm.connection> |
788 | | - <scm.developerConnection>scm:git:ssh://github.com/AbsaOSS/hyperdrive-trigger.git</scm.developerConnection> |
789 | | - <scm.url>https://github.com/AbsaOSS/hyperdrive-trigger/tree/master</scm.url> |
790 | | - </properties> |
791 | 782 | <build> |
792 | 783 | <plugins> |
793 | 784 | <plugin> |
|
0 commit comments