Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Mar 28, 2019
1 parent 38a53c6 commit e6c85fa
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 314 deletions.
22 changes: 18 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<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>

<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Variant annotation for Varfish</description>
<url>https://cubi-gitlab.bihealth.org/CUBI_Engineering/VarFish/varfish-annotator</url>
<url>https://cubi-gitlab.bihealth.org/CUBI_Engineering/VarFish/varfish-annotator</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -247,6 +246,21 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

<!-- Ignore various plugins in Eclipse/m2e -->
Expand Down
Loading

0 comments on commit e6c85fa

Please sign in to comment.