Skip to content

Commit

Permalink
prepare new major release in version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 21, 2023
1 parent 99dc686 commit ff3d6be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## Change log
----------------------

Version 6-SNAPSHOT
Version 6
-------------

ADDED:

- new class module-info.java that provides this library as a module
- new gradle-plugin dependency 'org.ajoberstar.grgit:grgit-gradle' in version 5.2.0
- update of gradle-plugin dependency 'com.diffplug.spotless:spotless-plugin-gradle' in version 6.21.0

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Than you can add the dependency to your dependencies:
<properties>
...
<!-- VINTAGE-TIME version -->
<vintage-time.version>5.4</vintage-time.version>
<vintage-time.version>6</vintage-time.version>
...
</properties>
...
Expand All @@ -64,15 +64,15 @@ your project `build.gradle` if you want to import the core functionality of vint
define version in file gradle.properties

```
vintageTimeVersion=5.4
vintageTimeVersion=6
```

or in build.gradle ext area

```
ext {
...
vintageTimeVersion = "5.4~~~~"
vintageTimeVersion = "6"
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################
# project properties #
######################
projectVersion=5.5-SNAPSHOT
projectVersion=6
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
Expand Down

0 comments on commit ff3d6be

Please sign in to comment.