Skip to content

Commit dde418a

Browse files
BETA Release is reverted back to v1.6.5
Update: - Release type in release.yml file changed from prereleased to published. - Versions in pom is reverted back to 1.6.5
1 parent 3210a22 commit dde418a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
release:
3-
types: [prereleased]
3+
types: [published]
44

55
name: Create Release
66

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>0.0.1-BETA</version>
39+
<version>1.6.5</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

pom.xml

Lines changed: 6 additions & 5 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>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>
@@ -60,10 +60,12 @@
6060
<artifactId>maven-deploy-plugin</artifactId>
6161
<version>3.0.0-M1</version>
6262
<configuration>
63-
<!--<altDeploymentRepository>
64-
&lt;!&ndash; local::file:./target/local-deploy&ndash;&gt;
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>
@@ -78,7 +80,6 @@
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>

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>0.0.1-BETA</version>
8+
<version>1.6.5</version>
99
<parent>
1010
<artifactId>splunk-sdk-java</artifactId>
1111
<groupId>com.splunk</groupId>

0 commit comments

Comments
 (0)