File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,27 @@ A modern, Material Design UI for Java Swing
34
34
<dependency >
35
35
<groupId >io.github.vincenzopalazzo</groupId >
36
36
<artifactId >material-ui-swing</artifactId >
37
- <version >1.1.2-rc1 </version >
37
+ <version >1.1.2-rc2 </version >
38
38
</dependency >
39
39
```
40
40
41
41
_ Gradle (Groovy)_
42
42
``` 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 '
44
44
```
45
45
46
46
_ Gradle (Kotlin DSL)_
47
47
``` 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 " )
49
49
```
50
50
51
51
Others version [ here] ( https://search.maven.org/artifact/io.github.vincenzopalazzo/material-ui-swing )
52
52
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
+
53
58
An example of gradle configuration is reported below
54
59
55
60
_ Gradle (Kotlin DSL)_
@@ -71,11 +76,6 @@ dependencies {
71
76
72
77
```
73
78
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
-
79
79
## Code Style
80
80
> We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.
81
81
Original file line number Diff line number Diff line change 1
1
GROUP_ID =io.github.vincenzopalazzo
2
2
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
4
5
MODULE_NAME =io.github.vincenzopalazzo.materialuiswing
5
6
RELEASE_ENABLE =true
6
7
You can’t perform that action at this time.
0 commit comments