Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Apr 3, 2018
1 parent c75888c commit 2034c00
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions fontawesomefx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ subprojects {
sign = true
passphrase = System.getenv('SIGNING_PASSWORD')
}
name = '9.1.2-jdk8'
desc = 'FontAwesomeFX 9.1.2-jdk8'
vcsTag = 'fontawesomefx-9.1.2-jdk8'
name = '9.1.2-jdk8-1'
desc = 'FontAwesomeFX 9.1.2-jdk8-1'
vcsTag = 'fontawesomefx-9.1.2-jdk8-1'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext{
artifactGroupId = 'de.jensd'
artifactName = 'FontAwesomeFX'
artifactId = 'mqttfx-payload-decoders'
artifactVersion = '9.1.2-jdk8'
artifactVersion = '9.1.2-jdk8-1'
artifactWebSiteUrl = 'https://github.com/xzel23/fontawesomefx'
artifactGitUrl = 'https://github.com/xzel23/fontawesomefx.git'
artifactUserOrg = 'dua3'
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apply plugin: 'application'

mainClassName = ''
ext.moduleName = 'de.jensd.fx.glyphs.commons'
version = '9.1.2-jdk8'
version = '9.1.2-jdk8-1'
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-controls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = ''
ext.moduleName = 'de.jensd.fx.glyphs.controls'
version '9.1.2-jdk8'
version '9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-emojione/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.emojione.demo.EmojiOneDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.emojione'
version '3.1.1-9.1.2-jdk8'
version '3.1.1-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-fontawesome/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.fontawesome.demo.FontAwesomeIconsDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.fontawesome'
version '4.7.0-9.1.2-jdk8'
version '4.7.0-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-icons525/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.icons525.demo.Icons525DemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.iconsfivetwofive'
version '4.2.0-9.1.2-jdk8'
version '4.2.0-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.materialdesignicons.demo.MaterialDesignIconsDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.materialdesignicons'
version '2.0.26-9.1.2-jdk8'
version '2.0.26-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-materialicons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.materialicons.demo.MaterialIconsDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.materialicons'
version '2.2.0-9.1.2-jdk8'
version '2.2.0-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.materialstackicons.demo.StackDemo'
ext.moduleName = 'de.jensd.fx.glyphs.materialstackicons'
version '2.1-5-9.1.2-jdk8'
version '2.1-5-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-octicons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.octicons.demo.OctIconsDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.octicons'
version '4.3.0-9.1.2-jdk8'
version '4.3.0-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down
2 changes: 1 addition & 1 deletion fontawesomefx/fontawesomefx-weathericons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'application'

mainClassName = 'de.jensd.fx.glyphs.weathericons.demo.WeatherIconsDemoApp'
ext.moduleName = 'de.jensd.fx.glyphs.weathericons'
version '2.0.10-9.1.2-jdk8'
version '2.0.10-9.1.2-jdk8-1'

dependencies {
compile project(':fontawesomefx-commons')
Expand Down

0 comments on commit 2034c00

Please sign in to comment.