Skip to content

Commit 3bab8c5

Browse files
Update CI pipeline and pom.xml to reference v0.14 for Ponder
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
1 parent 398d4bb commit 3bab8c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build and install Ponder to local Maven repository
2727
run: |
2828
cd dependencies/Ponder
29-
git checkout v0.14-alpha-2
29+
git checkout v0.14
3030
chmod +x gradlew
3131
./gradlew build publishToMavenLocal -x test
3232

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.github.Preponderous-Software</groupId>
110110
<artifactId>Ponder</artifactId>
111-
<version>v1.0</version>
111+
<version>v0.14</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.github.cryptomorin</groupId>

0 commit comments

Comments
 (0)