Skip to content

Commit 8e2051e

Browse files
committed
LPD-52268 autogenerated: prepareSnapshot 7.0.6-SNAPSHOT
1 parent b5ce71b commit 8e2051e

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

cli/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ dependencies {
120120
api name: "org.objectweb.asm.commons-6.0.0"
121121
api name: "org.objectweb.asm.tree-6.0.0"
122122
api name: "org.objectweb.asm.util-6.0.0"
123-
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.44"
124-
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.27"
125-
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.28"
126-
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.npm.angular.portlet", version: "1.0.196"
123+
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.45-SNAPSHOT"
124+
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.28-SNAPSHOT"
125+
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.29-SNAPSHOT"
126+
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.npm.angular.portlet", version: "1.0.197-SNAPSHOT"
127127
compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
128128
compileOnly project(":gradle-tooling")
129129
testImplementation gradleTestKit()
@@ -330,6 +330,6 @@ unzipPortal {
330330
finalizedBy("processZipsResources")
331331
}
332332

333-
version = "7.0.5"
333+
version = "7.0.6-SNAPSHOT"
334334

335335
apply from: "blade-jar-smoke-tests.gradle"

extensions/maven-profile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ publishing {
4343
}
4444
}
4545

46-
version = "1.0.44"
46+
version = "1.0.45-SNAPSHOT"

extensions/project-templates-js-theme/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ test {
5858
}
5959
}
6060

61-
version = "1.0.27"
61+
version = "1.0.28-SNAPSHOT"

extensions/project-templates-js-widget/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ test {
5656
}
5757
}
5858

59-
version = "1.0.28"
59+
version = "1.0.29-SNAPSHOT"

extensions/project-templates-npm-angular-portlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ publishing {
4646
}
4747
}
4848

49-
version = "1.0.196"
49+
version = "1.0.197-SNAPSHOT"

extensions/project-templates-social-bookmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ publishing {
5959
}
6060
}
6161

62-
version = "1.0.25"
62+
version = "1.0.26-SNAPSHOT"

extensions/remote-deploy-command/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ publishing {
3636
}
3737
}
3838

39-
version = "1.0.35"
39+
version = "1.0.36-SNAPSHOT"

gradle-tooling/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ publishing {
1717
}
1818
*/
1919

20-
version = "1.2.28"
20+
version = "1.2.29-SNAPSHOT"

0 commit comments

Comments
 (0)