File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11on :
22 release :
3- types : [prereleased ]
3+ types : [published ]
44
55name : Create Release
66
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.splunk</groupId >
3838 <artifactId >splunk</artifactId >
39- <version >0.0.1-BETA </version >
39+ <version >1.6.5 </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>0.0.1-BETA </version .number>
9+ <version .number>1.6.5 </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- <!-- <altDeploymentRepository>
64- <!– local::file:./target/local-deploy–>
63+ <!-- Below altDeploymentRepository is used for local deployment. Commented out for now. -->
64+ <!--
65+ <altDeploymentRepository>
6566 localRepository::default::file:./target/local-deploy
66- </altDeploymentRepository>-->
67+ </altDeploymentRepository>
68+ -->
6769 <skip >true</skip >
6870 </configuration >
6971 </plugin >
7880 </repository >
7981 </repositories >
8082
81- <!-- Distribution Management is commented for now as we are focusing on local deployment only. -->
8283 <distributionManagement >
8384 <repository >
8485 <id >splunk-artifactory</id >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <artifactId >splunk</artifactId >
8- <version >0.0.1-BETA </version >
8+ <version >1.6.5 </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