Skip to content

Commit

Permalink
Merge pull request #325 from drewbrokke/BLADE-745-snapshot
Browse files Browse the repository at this point in the history
BLADE-745 liferay-blade-cli: autogenerated: prepareSnapshot
  • Loading branch information
drewbrokke committed Apr 10, 2024
2 parents c16ed7f + 4f48adf commit a18c0c1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ dependencies {
api name: "org.objectweb.asm.tree-6.0.0"
api name: "org.objectweb.asm.util-6.0.0"

bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.39"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.22"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.23"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.40-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.23-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.24-SNAPSHOT"

compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly project(":gradle-tooling")
Expand Down Expand Up @@ -324,6 +324,6 @@ unzipPortal {
finalizedBy("processZipsResources")
}

version = "6.0.0"
version = "6.0.1-SNAPSHOT"

apply from: "blade-jar-smoke-tests.gradle"
2 changes: 1 addition & 1 deletion extensions/maven-profile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ publishing {
}
}

version = "1.0.39"
version = "1.0.40-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ test {
}
}

version = "1.0.22"
version = "1.0.23-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ test {
}
}

version = "1.0.23"
version = "1.0.24-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/project-templates-social-bookmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.20"
version = "1.0.21-SNAPSHOT"
2 changes: 1 addition & 1 deletion extensions/remote-deploy-command/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ publishing {
}
}

version = "1.0.30"
version = "1.0.31-SNAPSHOT"
2 changes: 1 addition & 1 deletion gradle-tooling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ publishing {
}
*/

version = "1.2.23"
version = "1.2.24-SNAPSHOT"

0 comments on commit a18c0c1

Please sign in to comment.