Skip to content

Commit

Permalink
POM version is reverted to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk committed Mar 30, 2022
1 parent ac50d6c commit 6bc41a9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Expand Up @@ -6,15 +6,13 @@

<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>1.6.2-0-3</version>
<version>1.6.2</version>
<packaging>jar</packaging>

<name>Splunk Logging for Java</name>
<url>http://dev.splunk.com/goto/sdk-slj</url>

<description>Library for structured, semantic logging of Common Information Model compliant events, meant for use
with SLF4J.
</description>
<description>Library for structured, semantic logging of Common Information Model compliant events, meant for use with SLF4J.</description>

<properties>
<maven.resources.overwrite>true</maven.resources.overwrite>
Expand All @@ -32,8 +30,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6bc41a9

Please sign in to comment.