Skip to content

Commit 3b9a899

Browse files
author
Jeremy D. Young
committed
DEVHUB-65 - Updating to main and removing snapshot
1 parent 3cf0568 commit 3b9a899

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: |
88
SDK Stack Core branch or ref to use
99
type: string
10-
default: 'legacy'
10+
default: 'main'
1111

1212
jobs:
1313
# run-examples:

code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<dependency>
66
<groupId>com.expediagroup</groupId>
77
<artifactId>rapid-sdk</artifactId>
8-
<version>5.4.1-SNAPSHOT</version>
8+
<version>5.4.1</version>
99
</dependency>
1010
```
1111

code/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.expediagroup</groupId>
66
<artifactId>rapid-sdk</artifactId>
7-
<version>5.4.1-SNAPSHOT</version>
7+
<version>5.4.1</version>
88
<name>EG rapid-sdk for Java</name>
9-
<description>EG rapid-sdk v5.4.1-SNAPSHOT</description>
9+
<description>EG rapid-sdk v5.4.1</description>
1010
<url>https://github.com/ExpediaGroup/test-sdk</url>
1111
<inceptionYear>2022</inceptionYear>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)