Skip to content

Commit

Permalink
Update vertx versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Oct 27, 2018
1 parent f931d91 commit 4d8a311
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/_common/gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ task documentation(type: Copy, dependsOn: asciidoctor) {

gitPublish {
// repoUri = "git@gitlab.com:daggerok/${rootProject.name}.git" // same gitlab plugin?
repoUri = "git@github.com:daggerok/${rootProject.name}.git"
repoUri = "git@github.com:daggerok/${rootProject.name}.git" as String
branch = 'gh-pages'

contents {
Expand All @@ -68,7 +68,7 @@ gitPublish {
}
}

commitMessage = "Publish $rootProject.name documentation (${project.group}:${project.name}:$project.version)"
commitMessage = "Publish $rootProject.name documentation (${project.group}:${project.name}:$project.version)" as String
}

gitPublishPush.dependsOn documentation
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/java-vertx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
lombokVersion = '1.18.2'
logbackVersion = '1.2.3'
slf4jVersion = '1.7.25'
vertxVersion = '3.5.2'
vertxVersion = '3.5.4'
vavrVersion = '0.9.2'

phantomjsDriverVersion = '1.4.4'
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/java-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<jgiven.version>0.16.1</jgiven.version>
<junit4.version>4.12</junit4.version>
<slf4j.version>1.7.25</slf4j.version>
<vertx.version>3.5.2</vertx.version>
<vertx.version>3.5.4</vertx.version>
<vavr.version>0.9.2</vavr.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/kotlin-vertx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
logbackVersion = '1.2.3'
kotlinVersion = '1.2.71'
slf4jVersion = '1.7.25'
vertxVersion = '3.5.2'
vertxVersion = '3.5.4'
vavrVersion = '0.9.2'

phantomjsDriverVersion = '1.4.4'
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/kotlin-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<jgiven.version>0.16.1</jgiven.version>
<junit4.version>4.12</junit4.version>
<slf4j.version>1.7.25</slf4j.version>
<vertx.version>3.5.2</vertx.version>
<vertx.version>3.5.4</vertx.version>
<vavr.version>0.9.2</vavr.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jvm",
"version": "1.18.65",
"version": "1.18.66",
"description": "Helps you quick and easy generate JVM-based (java, java ee, kotlin, scala) projects with gradle and maven build systems, docker and docker-compose for rapid development",
"homepage": "https://github.com/daggerok/generator-jvm",
"author": {
Expand Down

0 comments on commit 4d8a311

Please sign in to comment.