Skip to content

Commit

Permalink
LPS-192082 prep next
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 1, 2023
1 parent e271be9 commit 7b86ac7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
artifact.git.id=346805f7509c61c9b51c6050abec3980b3e2ba2f
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/6.1.15/com.liferay.gradle.plugins.workspace-6.1.15-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/6.1.15/com.liferay.gradle.plugins.workspace-6.1.15-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/6.1.15/com.liferay.gradle.plugins.workspace-6.1.15.jar
artifact.git.id=e271be917913387b2ba7fdb2adb3522683f94ebf
artifact.javadoc.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/7.0.0/com.liferay.gradle.plugins.workspace-7.0.0-javadoc.jar
artifact.sources.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/7.0.0/com.liferay.gradle.plugins.workspace-7.0.0-sources.jar
artifact.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/com.liferay.gradle.plugins.workspace/7.0.0/com.liferay.gradle.plugins.workspace-7.0.0.jar
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.15") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "7.0.0") {
exclude group: "com.liferay", module: "com.liferay.gradle.util"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use the plugin, include it in your `settings.gradle`:
```gradle
buildscript {
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.15"
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "7.0.0"
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion modules/sdk/gradle-plugins-workspace/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Bundle-Name: Liferay Gradle Plugins Workspace
Bundle-SymbolicName: com.liferay.gradle.plugins.workspace
Bundle-Version: 7.0.0
Bundle-Version: 7.0.1
Export-Package:\
com.liferay.gradle.plugins.gulp,\
com.liferay.gradle.plugins.js.module.config.generator,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
classpath group: "org.yaml", name: "snakeyaml", version: "1.32"

classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd", version: "@biz.aQute.bnd.version@"
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.15") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "7.0.0") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
}
Expand Down
2 changes: 1 addition & 1 deletion workspaces/liferay-sample-workspace/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
dependencies {
classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd.gradle", version: "5.2.0"
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.15") {
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "7.0.0") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
}
Expand Down
2 changes: 1 addition & 1 deletion workspaces/refresh_liferay_sample_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function refresh_liferay_sample_workspace {
mv gradle.properties.tmp gradle.properties

sed -i 's/name: "biz.aQute.bnd", version: ".*"/name: "biz.aQute.bnd.gradle", version: "5.2.0"/' settings.gradle
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "6.1.15"/' settings.gradle
sed -i 's/name: "com.liferay.gradle.plugins.workspace", version: ".*"/name: "com.liferay.gradle.plugins.workspace", version: "7.0.0"/' settings.gradle

echo -en "\ninclude \"poshi\"" >> settings.gradle

Expand Down

0 comments on commit 7b86ac7

Please sign in to comment.