Skip to content

Commit 58fb5e9

Browse files
author
Damien Dallimore
committed
updated version
1 parent ccf4423 commit 58fb5e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.splunk</groupId>
5-
<artifactId>logging</artifactId>
6-
<version>1.0-SNAPSHOT</version>
4+
<groupId>splunkjavalogging</groupId>
5+
<artifactId>splunklogging</artifactId>
6+
<version>1.2</version>
77
<name>Splunk Java Logging Framework</name>
88
<description>The purpose of this project is to create a logging framework to allow developers to as seamlessly as possible integrate Splunk best practice logging semantics into their code. There are also custom handler/appender implementations for the 3 most prevalent Java logging frameworks in play.</description>
99
<organization>

0 commit comments

Comments
 (0)