File tree Expand file tree Collapse file tree 5 files changed +7
-13
lines changed
Expand file tree Collapse file tree 5 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 22 release :
33 types : [published]
44
5- name : Create Release
5+ name : Release
66
77jobs :
88 build :
9- name : Create Release
9+ name : Java SDK Release
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
Original file line number Diff line number Diff 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**
1414maven repository. Repository names are mapped to locations as follows.
1515
1616| repository-name | location |
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments