Skip to content

Commit

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

Version 3-SNAPSHOT
Version 3
-------------

CHANGED:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ your project `build.gradle` if you want to import the core functionality of swin
define version in file gradle.properties

```
swingBaseComponentsVersion=2.7
swingBaseComponentsVersion=3
```

or in build.gradle ext area

```
swingBaseComponentsVersion = "2.7"
swingBaseComponentsVersion = "3"
```

then add the dependency to the dependencies area
Expand All @@ -68,7 +68,7 @@ Then you can add the dependency to your dependencies:
<properties>
...
<!-- swing-base-components version -->
<swing-base-components.version>2.7</swing-base-components.version>
<swing-base-components.version>3</swing-base-components.version>
...
</properties>
...
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=3-SNAPSHOT
projectVersion=3
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2021
Expand Down

0 comments on commit 4298ed8

Please sign in to comment.