Skip to content

Commit

Permalink
Fixes description and version.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Gasser <[email protected]>
  • Loading branch information
ppanopticon committed Nov 17, 2023
1 parent dd959dc commit 3f9a506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Cottontail DB to the OSS Snapshot Repository
name: Publish vitrivr Engine artifacts to the OSS Snapshot Repository
on:
push:
branches:
Expand All @@ -17,7 +17,7 @@ jobs:
java-version: 21.0.3
server-id: maven
- id: publish-gradle
name: Publish package to the OSS Snapshot Repository & GitHub Packages
name: Publish package to the OSS Snapshot Repository
run: gradle publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
group = 'org.vitrivr'

/* Current version of our artifacts. */
version = '0.0.1'
version = '0.0.1-SNAPSHOT'

/* Repositories for build script. */
buildscript {
Expand Down

0 comments on commit 3f9a506

Please sign in to comment.