Skip to content

Commit 2a27e05

Browse files
Release Notes
Update: - Release name is changed to make badge as just Release - Travis YML removed. - POM files updated. - ReadMe & Deploy md file updated. Conflicts merged.
1 parent 94121a0 commit 2a27e05

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ on:
22
release:
33
types: [published]
44

5-
name: Create Release
5+
name: Release
66

77
jobs:
88
build:
9-
name: Create Release
9+
name: Java SDK Release
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ deploy \<repository-name>
99

1010
##DESCRIPTION
1111

12-
Deploy transmits **dist/splunk-1.7.0.jar**, **dist/splunk-1.7.0-javadoc.jar**, and
13-
**dist/splunk-1.7.0-sources.jar** to the **local**, **staging**, or **production**
12+
Deploy transmits **target/splunk-1.7.0.jar**, **target/splunk-1.7.0-javadoc.jar**, and
13+
**target/splunk-1.7.0-sources.jar** to the **local**, **staging**, or **production**
1414
maven repository. Repository names are mapped to locations as follows.
1515

1616
| repository-name | location |

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.splunk</groupId>
3838
<artifactId>splunk</artifactId>
39-
<version>1.6.5</version>
39+
<version>1.7.0</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<properties>
9-
<version.number>1.6.5</version.number>
9+
<version.number>1.7.0</version.number>
1010
<maven.resources.overwrite>true</maven.resources.overwrite>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -60,12 +60,6 @@
6060
<artifactId>maven-deploy-plugin</artifactId>
6161
<version>3.0.0-M1</version>
6262
<configuration>
63-
<!-- Below altDeploymentRepository is used for local deployment. Commented out for now. -->
64-
<!--
65-
<altDeploymentRepository>
66-
localRepository::default::file:./target/local-deploy
67-
</altDeploymentRepository>
68-
-->
6963
<skip>true</skip>
7064
</configuration>
7165
</plugin>

splunk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>splunk</artifactId>
8-
<version>1.6.5</version>
8+
<version>1.7.0</version>
99
<parent>
1010
<artifactId>splunk-sdk-java</artifactId>
1111
<groupId>com.splunk</groupId>

0 commit comments

Comments
 (0)