Skip to content

Commit

Permalink
ci: pom.xml extended with required info (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jul 2, 2024
1 parent f046907 commit 2ec8b54
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@
<version>5.3.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Polarion ALM extension to convert Documents to PDF files</name>
<description>This Polarion extension provides possibility to convert Polarion Documents to PDF files. This is an alternative to native Polarion's solution.</description>
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.pdf-exporter</url>

<licenses>
<license>
<name>The SBB License, Version 1.0</name>
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.pdf-exporter/blob/main/LICENSES/SBB.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>SBB Polarion Team</name>
<email>polarion-opensource@sbb.ch</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.pdf-exporter.git</connection>
<developerConnection>scm:git:ssh://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.pdf-exporter.git</developerConnection>
<url>http://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.pdf-exporter/tree/main</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.pdf-exporter/issues</url>
</issueManagement>

<properties>
<pdfbox.version>3.0.2</pdfbox.version>
<okapi.xliff.version>1.46.0</okapi.xliff.version>
Expand Down

0 comments on commit 2ec8b54

Please sign in to comment.