Skip to content

Commit

Permalink
Prepare 0.6.3 release w/ corrected artifactIds (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 authored Apr 18, 2024
1 parent ab530c8 commit 673266e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To obtain the `pig` executable:

- Clone this repository.
- Check out the tag of the [release](https://github.com/partiql/partiql-ir-generator/releases) you wish to utilize,
e.g. `git checkout v0.6.1`
e.g. `git checkout v0.6.3`
- Execute `./gradlew assemble`

After the build completes, the `pig` executable and dependencies will be located
Expand Down
2 changes: 1 addition & 1 deletion pig-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies {
}

publish {
artifactId = "pig-runtime"
artifactId = "partiql-ir-generator-runtime"
name = "PartiQL I.R. Generator (a.k.a P.I.G.) Runtime Library"
}
2 changes: 1 addition & 1 deletion pig/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

publish {
artifactId = "pig"
artifactId = "partiql-ir-generator"
name = "PartiQL I.R. Generator (a.k.a P.I.G.)"
}

Expand Down

0 comments on commit 673266e

Please sign in to comment.