Skip to content

Commit bfe0509

Browse files
author
Manuel Galle
committed
First Release
1 parent 090c5e8 commit bfe0509

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
with:
9595
upload_url: ${{ steps.create_release.outputs.upload_url }}
96-
asset_path: ./ui.apps/target/graphql-voyager.ui.apps-1.0.0-SNAPSHOT.zip
97-
asset_name: graphql-voyager.zip
96+
asset_path: ./ui.apps/target/graphql-voyager.ui.apps-${{steps.pom-version.outputs.BUILD_VERSION}}.zip
97+
asset_name: graphql-voyager-${{steps.pom-version.outputs.BUILD_VERSION}}.zip
9898
asset_content_type: application/zip
9999

100100
# - name: Update Site Theme E2E Repo

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>com.comwrap.public</groupId>
2626
<artifactId>graphql-voyager</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.comwrap.public</groupId>
2222
<artifactId>graphql-voyager</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.0.0-SNAPSHOT</version>
24+
<version>1.0.0</version>
2525
<name>GraphQL Voyager</name>
2626
<description>GraphQL Voyager</description>
2727

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.comwrap.public</groupId>
2525
<artifactId>graphql-voyager</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)