Skip to content

Commit

Permalink
build: Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jun 21, 2022
1 parent 0e7e045 commit e08fb65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ dependencies {
<groupId>com.intellectualsites.informative-annotations</groupId>
<artifactId>informative-annotations</artifactId>
<version>VERSION</version>
<scope>import</scope>
<type>pom</type>
<scope>provided</scope>
</dependency>
</dependencies>
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}

version = "0.1-SNAPSHOT"
version = "1.0"
group = "com.intellectualsites.informative-annotations"

repositories {
Expand Down

0 comments on commit e08fb65

Please sign in to comment.