-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 1.5.0
- Loading branch information
1 parent
00444e1
commit ebce6da
Showing
1 changed file
with
3 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,13 @@ | |
Copyright 2018 Wren Security. | ||
--> | ||
<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>org.wrensecurity</groupId> | ||
<artifactId>wrensec-pgp-whitelist</artifactId> | ||
<!-- This project uses jgitver-maven-plugin --> | ||
<version>0</version> | ||
<version>1.5.0</version> | ||
|
||
<name>Wren Security Trusted PGP Keys</name> | ||
<description>Contains the whitelist of the PGP keys recognized and trusted by the Wren Security project for build dependencies.</description> | ||
|
@@ -52,6 +50,7 @@ | |
<url>https://github.com/WrenSecurity/wrensec-pgp-whitelist</url> | ||
<connection>scm:git:git://github.com/WrenSecurity/wrensec-pgp-whitelist.git</connection> | ||
<developerConnection>scm:git:[email protected]:WrenSecurity/wrensec-pgp-whitelist.git</developerConnection> | ||
<tag>1.5.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
|