File tree Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,11 @@ jobs:
127
127
path : ~/.m2
128
128
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
129
129
130
+ - name : ' Make mvnw executable'
131
+ run : |
132
+ chmod +x mvnw
133
+ chmod +x mvnw.cmd
134
+
130
135
- name : ' Create distribution'
131
136
run : >
132
137
./mvnw --no-transfer-progress -Pnative -DskipTests -pl iot.technology:toolkit-app -am
@@ -199,6 +204,11 @@ jobs:
199
204
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}-${{ github.sha }}
200
205
restore-keys : ${{ runner.os }}-m2
201
206
207
+ - name : ' Make mvnw executable'
208
+ run : |
209
+ chmod +x mvnw
210
+ chmod +x mvnw.cmd
211
+
202
212
- name : ' Release with JReleaser'
203
213
shell : bash
204
214
env :
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >iot.technology</groupId >
24
24
<artifactId >iot-toolkit</artifactId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
<modules >
27
27
<module >toolkit-mqtt</module >
28
28
<module >toolkit-coap</module >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<name >IoT Technology ToolKit Common</name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<artifactId >toolkit-mqtt</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
You can’t perform that action at this time.
0 commit comments