Skip to content

Commit

Permalink
Signing and release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeBjerkholt committed Feb 4, 2020
1 parent d89c103 commit 5cb39f4
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
~ permissions and limitations under the Licence.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +37,7 @@
<packaging>jar</packaging>

<name>Oxalis :: AS4</name>
<description>Library holding classes and stuff pertaining to AS4</description>
<description>Extension adding AS4 support to Oxalis</description>
<url>https://github.com/difi/Oxalis-AS4</url>

<issueManagement>
Expand Down Expand Up @@ -64,6 +65,19 @@
</developer>
</developers>

<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 3.0</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>European Union Public Licence (EUPL v.1.1)</name>
<url>https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:difi/Oxalis-AS4.git</connection>
<developerConnection>scm:git:[email protected]:difi/Oxalis-AS4.git</developerConnection>
Expand Down Expand Up @@ -488,28 +502,9 @@
</plugins>
</build>

<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 3.0</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>European Union Public Licence (EUPL v.1.1)</name>
<url>https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11</url>
<distribution>repo</distribution>
</license>
</licenses>

<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<id>release</id>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 5cb39f4

Please sign in to comment.