Skip to content

Commit

Permalink
Release Version v1.1.2-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Apr 8, 2021
1 parent 4392c1a commit 72f1659
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,27 @@ A modern, Material Design UI for Java Swing
<dependency>
<groupId>io.github.vincenzopalazzo</groupId>
<artifactId>material-ui-swing</artifactId>
<version>1.1.2-rc1</version>
<version>1.1.2-rc2</version>
</dependency>
```

_Gradle (Groovy)_
```groovy
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1'
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2'
```

_Gradle (Kotlin DSL)_
```kotlin
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc1")
implementation("io.github.vincenzopalazzo:material-ui-swing:1.1.2-rc2")
```

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

### Snapshot version

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`
the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT`

An example of gradle configuration is reported below

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

```

### Snapshot version

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`
the version on if exist a new version of the master branch is `v1.1.2-rc2-SNAPSHOT`

## Code Style
> We live in a world where robots can drive a car, so we shouldn't just write code, we should write elegant code.
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GROUP_ID=io.github.vincenzopalazzo
ARTIFACT_ID=material-ui-swing
VERSION=1.1.2-rc2-SNAPSHOT
#VERSION=1.1.2-rc2-SNAPSHOT
VERSION=1.1.2-rc2
MODULE_NAME=io.github.vincenzopalazzo.materialuiswing
RELEASE_ENABLE=true

Expand Down

0 comments on commit 72f1659

Please sign in to comment.