Skip to content

Commit c9f8af8

Browse files
committed
HBX-3040: Fix the release process after adding the Gradle 5 minute tutorial
Signed-off-by: Koen Aers <[email protected]>
1 parent a1b360e commit c9f8af8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
<arguments>
112112
<argument>publishPlugins</argument>
113113
<argument>publishPluginMavenPublicationToStagingRepository</argument>
114-
<argument>-Pversion=${project.version}</argument>
114+
<argument>-PprojectVersion=${project.version}</argument>
115+
<argument>-Ph2Version=${h2.version}</argument>
115116
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
116117
<argument>-PmavenStagingDirectory=${local.staging.releases.repo.url}</argument>
117118
</arguments>

0 commit comments

Comments
 (0)