Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit a4897d5

Browse files
committed
[maven-release-plugin] prepare release logstash-gelf-1.14.0
1 parent cea1005 commit a4897d5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
@@ -10,7 +9,7 @@
109
</parent>
1110

1211
<groupId>biz.paluch.logging</groupId>
13-
<version>1.14.0-SNAPSHOT</version>
12+
<version>1.14.0</version>
1413
<artifactId>logstash-gelf</artifactId>
1514

1615
<name>logstash logging connectors</name>
@@ -21,7 +20,7 @@
2120
<connection>scm:git://github.com/mp911de/logstash-gelf.git</connection>
2221
<developerConnection>scm:git:git@github.com:mp911de/logstash-gelf.git</developerConnection>
2322
<url>http://github.com/mp911de/logstash-gelf/</url>
24-
<tag>HEAD</tag>
23+
<tag>logstash-gelf-1.14.0</tag>
2524
</scm>
2625

2726
<issueManagement>
@@ -730,7 +729,7 @@
730729
<classpathScope>test</classpathScope>
731730
<arguments>
732731
<argument>-classpath</argument>
733-
<classpath/>
732+
<classpath />
734733
<argument>org.openjdk.jmh.Main</argument>
735734
<argument>-f</argument>
736735
<argument>1</argument>

0 commit comments

Comments
 (0)