Skip to content

Commit 72f1659

Browse files
Release Version v1.1.2-rc2
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 4392c1a commit 72f1659

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,27 @@ A modern, Material Design UI for Java Swing
3434
<dependency>
3535
<groupId>io.github.vincenzopalazzo</groupId>
3636
<artifactId>material-ui-swing</artifactId>
37-
<version>1.1.2-rc1</version>
37+
<version>1.1.2-rc2</version>
3838
</dependency>
3939
```
4040

4141
_Gradle (Groovy)_
4242
```groovy
43-
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1'
43+
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2'
4444
```
4545

4646
_Gradle (Kotlin DSL)_
4747
```kotlin
48-
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1")
48+
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2")
4949
```
5050

5151
Others version [here](https://search.maven.org/artifact/io.github.vincenzopalazzo/material-ui-swing)
5252

53+
### Snapshot version
54+
55+
Each master version has a SNAPSHOT version that is the official version `x.x.x + 1`, so for example for the version `v1.1.2-rc1`
56+
the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT`
57+
5358
An example of gradle configuration is reported below
5459

5560
_Gradle (Kotlin DSL)_
@@ -71,11 +76,6 @@ dependencies {
7176

7277
```
7378

74-
### Snapshot version
75-
76-
Each master version has a SNAPSHOT version that is the official version `x.x.x + 1`, so for example for the version `v1.1.2-rc1`
77-
the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT`
78-
7979
## Code Style
8080
> We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.
8181

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GROUP_ID=io.github.vincenzopalazzo
22
ARTIFACT_ID=material-ui-swing
3-
VERSION=1.1.2-rc2-SNAPSHOT
3+
#VERSION=1.1.2-rc2-SNAPSHOT
4+
VERSION=1.1.2-rc2
45
MODULE_NAME=io.github.vincenzopalazzo.materialuiswing
56
RELEASE_ENABLE=true
67

0 commit comments

Comments
 (0)