Skip to content

Commit 3435727

Browse files
committed
Build release candidate.
1 parent 34fb9bf commit 3435727

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ A library providing various annotations to enhance code quality and readability.
1515
The library is available from [Maven Central](https://repo.maven.apache.org/maven2/org/cthing/cthing-annotations/) using the following Maven dependency:
1616
```xml
1717
<dependency>
18-
<groupId>org.cthing</groupId>
19-
<artifactId>cthing-annotations</artifactId>
20-
<version>1.0.0</version>
18+
<groupId>org.cthing</groupId>
19+
<artifactId>cthing-annotations</artifactId>
20+
<version>2.0.0</version>
21+
<scope>provided</scope>
2122
</dependency>
2223
```
2324
or the following Gradle dependency:
2425
```kotlin
25-
implementation("org.cthing:cthing-annotations:1.0.0")
26+
compileOnly("org.cthing:cthing-annotations:2.0.0")
2627
```
2728

2829
### Building

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
alias(libs.plugins.versions)
2828
}
2929

30-
version = ProjectVersion("2.0.0", BuildType.snapshot)
30+
version = ProjectVersion("2.0.0", BuildType.release)
3131
group = "org.cthing"
3232
description = "A library providing various annotations to enhance code quality and readability."
3333

0 commit comments

Comments
 (0)