Skip to content

Commit e5cb5a8

Browse files
committed
Update README
1 parent f949655 commit e5cb5a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ We currently only release to snapshot, as the API is not stable yet.
177177
</dependency>
178178
```
179179
180-
For example for the `all` variant of version 2.8.3:
180+
For example for the `all` variant of version 2.9:
181181
182182
```xml
183183
<dependency>
184184
<groupId>me.bechberger</groupId>
185185
<artifactId>ap-loader</artifactId>
186-
<version>2.8.3-all-SNAPSHOT</version>
186+
<version>2.9-all-SNAPSHOT</version>
187187
</dependency>
188188
```
189189
@@ -215,16 +215,16 @@ It requires a platform supported by async-profiler and Python 3.6+.
215215
216216
```sh
217217
# download the release sources and binaries
218-
python3 ./bin/releaser.py download 2.8.3
218+
python3 ./bin/releaser.py download 2.9
219219

220220
# build the JAR for the release
221221
# maven might throw warnings, related to the project version setting,
222222
# 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
224224
# 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 ...
226226
# 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
228228
```
229229
230230
Development

0 commit comments

Comments
 (0)