File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -177,13 +177,13 @@ We currently only release to snapshot, as the API is not stable yet.
177
177
< /dependency>
178
178
` ` `
179
179
180
- For example for the ` all` variant of version 2.8.3 :
180
+ For example for the ` all` variant of version 2.9 :
181
181
182
182
` ` ` xml
183
183
< dependency>
184
184
< groupId> me.bechberger< /groupId>
185
185
< artifactId> ap-loader< /artifactId>
186
- < version> 2.8.3 -all-SNAPSHOT< /version>
186
+ < version> 2.9 -all-SNAPSHOT< /version>
187
187
< /dependency>
188
188
` ` `
189
189
@@ -215,16 +215,16 @@ It requires a platform supported by async-profiler and Python 3.6+.
215
215
216
216
` ` ` sh
217
217
# download the release sources and binaries
218
- python3 ./bin/releaser.py download 2.8.3
218
+ python3 ./bin/releaser.py download 2.9
219
219
220
220
# build the JAR for the release
221
221
# maven might throw warnings, related to the project version setting,
222
222
# but the alternative solutions don't work, so we ignore the warning for now
223
- mvn -Dproject.versionPlatform=2.8.3 -macos package assembly:single
223
+ mvn -Dproject.versionPlatform=2.9 -macos package assembly:single
224
224
# use it
225
- java -jar target/ap-loader-2.8.3 -macos-full.jar ...
225
+ java -jar target/ap-loader-2.9 -macos-full.jar ...
226
226
# build the all JAR
227
- mvn -Dproject.versionPlatform=2.8.3 -all -f pom_all.xml package assembly:single
227
+ mvn -Dproject.versionPlatform=2.9 -all -f pom_all.xml package assembly:single
228
228
` ` `
229
229
230
230
Development
You can’t perform that action at this time.
0 commit comments