File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ The package can easily be used from either Maven or Gradle:
104104<dependency >
105105 <groupId >dev.gemfire</groupId >
106106 <artifactId >gemfire-distributed-types</artifactId >
107- <version >0.1.0 </version >
107+ <version >0.1.3 </version >
108108</dependency >
109109```
110110
111111#### Gradle:
112112``` groovy
113113dependencies {
114- implementation 'dev.gemfire:gemfire-distributed-types:0.1.0 '
114+ implementation 'dev.gemfire:gemfire-distributed-types:0.1.3 '
115115}
116116```
117117
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id ' java-library'
77 id ' distribution'
88 id ' maven-publish'
9- id ' org.jreleaser' version ' 1.16 .0'
9+ id ' org.jreleaser' version ' 1.17 .0'
1010}
1111
1212// COMPILE THINGS ////////////////////////////////////////////
@@ -146,7 +146,7 @@ jreleaser {
146146 extension {
147147 distributionType = ' BINARY'
148148 artifact {
149- path = " build/distributions/gemfire-distributed-types-${ project.version } .gfm"
149+ path = " build/distributions/gemfire-distributed-types-{{projectVersion} }.gfm"
150150 }
151151 }
152152 }
You can’t perform that action at this time.
0 commit comments