Skip to content

Commit

Permalink
Changes with respect to v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk committed Mar 31, 2022
1 parent 6bc41a9 commit 98034fc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -17,12 +17,11 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
server-id: splunk-artifactory
- name: build
- name: Build
run: mvn -B package --file pom.xml
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
# body_path: ${{ github.workflow }}-CHANGELOG.txt
files: ./target/*.jar
draft: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
@@ -1,7 +1,7 @@
name: Java CI with Maven

on:
[push, pull_request]
[ push, pull_request ]

jobs:
unit-test:
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
run: mvn -P AcceptanceTest -B verify --file pom.xml
env:
SPLUNK_PASSWORD: changed!
SPLUNK_HOST: splunk
SPLUNK_HOST: splunk
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Splunk Logging for Java Changelog

## Version 1.6.3

### Security Update
* Log4j version has been upgraded to **v2.17.1**.

## Version 1.6.2-0-2

### Critical backport
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Splunk Logging for Java

#### Version 1.6.2-0-2
#### Version 1.6.3

This project provides utilities to easily log data using Splunk's recommended
best practices to any supported logger, using any of the three major Java
Expand Down Expand Up @@ -109,7 +109,7 @@ entries.
<dependency>
<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>1.5.2</version>
<version>1.6.3</version>
</dependency>
```

Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -6,13 +6,15 @@

<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>1.6.2</version>
<version>1.6.3</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 Down

0 comments on commit 98034fc

Please sign in to comment.