-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add deployment to Maven Central (#49)
Additionally: - obsolete deployment to S3 bucket was removed - pom.xml was extended with expected by Maven Central properties
- Loading branch information
Showing
5 changed files
with
80 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,39 @@ | |
<version>5.0.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>Generic extension of Polarion ALM</name> | ||
<description>This is a Polarion extension which provides common part to other extensions reducing code duplication</description> | ||
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The SBB License, Version 1.0</name> | ||
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/blob/main/LICENSES/SBB.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>SBB Polarion Team</name> | ||
<email>[email protected]</email> | ||
<organization>SBB AG</organization> | ||
<organizationUrl>http://www.sbb.ch</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic.git</connection> | ||
<developerConnection>scm:git:ssh://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic.git</developerConnection> | ||
<url>http://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/tree/main</url> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic/issues</url> | ||
</issueManagement> | ||
|
||
<modules> | ||
<module>pom</module> | ||
<module>app</module> | ||
</modules> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters