Skip to content

Commit 59cd328

Browse files
committed
Fix naming
1 parent 3904b20 commit 59cd328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to Blockware Public NPM
1+
name: Publish to Blockware Public Maven Repo
22
on:
33
push:
44
branches:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>blockware</groupId>
88
<artifactId>sqldb-postgresql</artifactId>
9-
<version>0.0.4</version>
9+
<version>0.0.6</version>
1010

1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)