Skip to content

Commit 3e0d84b

Browse files
committed
Fix pom.xml after incorrectly using maven-release-plugin.
1 parent d08aba7 commit 3e0d84b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
replaced by your own identifying information: "Portions copyright [year]
1515
[name of copyright owner]".
1616
17-
Copyright 2018 Wren Security.
17+
Copyright 2018-2021 Wren Security.
1818
-->
1919
<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">
2020
<modelVersion>4.0.0</modelVersion>
2121

2222
<groupId>org.wrensecurity</groupId>
2323
<artifactId>wrensec-pgp-whitelist</artifactId>
2424
<!-- This project uses jgitver-maven-plugin -->
25-
<version>1.5.1-SNAPSHOT</version>
25+
<version>0</version>
2626

2727
<name>Wren Security Trusted PGP Keys</name>
2828
<description>Contains the whitelist of the PGP keys recognized and trusted by the Wren Security project for build dependencies.</description>
@@ -50,7 +50,6 @@
5050
<url>https://github.com/WrenSecurity/wrensec-pgp-whitelist</url>
5151
<connection>scm:git:git://github.com/WrenSecurity/wrensec-pgp-whitelist.git</connection>
5252
<developerConnection>scm:git:git@github.com:WrenSecurity/wrensec-pgp-whitelist.git</developerConnection>
53-
<tag>00444e147f6fbb0d12e97cafca0966a63adb6afe</tag>
5453
</scm>
5554

5655
<properties>
@@ -128,13 +127,11 @@
128127
<groupId>org.apache.maven.plugins</groupId>
129128
<artifactId>maven-remote-resources-plugin</artifactId>
130129
<version>1.5</version>
131-
132130
<executions>
133131
<execution>
134132
<goals>
135133
<goal>bundle</goal>
136134
</goals>
137-
138135
<configuration>
139136
<includes>
140137
<include>trustedkeys.properties</include>

0 commit comments

Comments
 (0)