Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPD-34604 Prep for version 3.10.2 #386

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion build/com.liferay.ide-repository/hidden.features.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Liferay IDE Hidden Features" uid="com.liferay.ide-repository.hidden.features" id="com.liferay.ide-repository.hidden.features" application="org.eclipse.ui.ide.workbench" version="3.10.1.qualifier" useFeatures="true" includeLaunchers="false">
<product name="Liferay IDE Hidden Features" uid="com.liferay.ide-repository.hidden.features" id="com.liferay.ide-repository.hidden.features" application="org.eclipse.ui.ide.workbench" version="3.10.2.qualifier" useFeatures="true" includeLaunchers="false">

<aboutInfo>
</aboutInfo>
Expand Down
2 changes: 1 addition & 1 deletion build/com.liferay.ide-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>build</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/com.liferay.ide-repository/studio.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Liferay Developer Studio" uid="com.liferay.ide.studio" id="com.liferay.ide.studio" application="org.eclipse.ui.ide.workbench" version="3.10.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Liferay Developer Studio" uid="com.liferay.ide.studio" id="com.liferay.ide.studio" application="org.eclipse.ui.ide.workbench" version="3.10.2.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="images/about.png"/>
Expand Down
2 changes: 1 addition & 1 deletion build/com.liferay.ide.testing-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>build</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.testing-repository</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/com.liferay.ide.upgrade.planner-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>build</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.upgrade.planner-repository</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Liferay Upgrade Planner" uid="com.liferay.ide.upgrade.planner" id="com.liferay.ide.upgrade.planner" application="org.eclipse.ui.ide.workbench" version="3.10.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Liferay Upgrade Planner" uid="com.liferay.ide.upgrade.planner" id="com.liferay.ide.upgrade.planner" application="org.eclipse.ui.ide.workbench" version="3.10.2.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="images/about.png"/>
Expand Down
2 changes: 1 addition & 1 deletion build/installers/installer-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>installers</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>
<groupId>com.liferay.ide.installer.tests</groupId>
<artifactId>installer-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions build/installers/liferay-workspace-with-devstudio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>installers</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>liferay.workspace.with.devstudio.installer</artifactId>
Expand All @@ -32,7 +32,7 @@

<properties>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<studio-installer-version>3.10.1-${maven.build.timestamp}</studio-installer-version>
<studio-installer-version>3.10.2-${maven.build.timestamp}</studio-installer-version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions build/installers/liferay-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>installers</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>liferay.workspace.installer</artifactId>
Expand All @@ -32,7 +32,7 @@

<properties>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<workspace-installer-version>3.10.1-${maven.build.timestamp}</workspace-installer-version>
<workspace-installer-version>3.10.2-${maven.build.timestamp}</workspace-installer-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion build/installers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.liferay.ide.build</groupId>
<artifactId>build</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>installers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>com.liferay.ide</groupId>
<artifactId>parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Liferay IDE Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.liferay.ide</groupId>
<artifactId>parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
10 changes: 6 additions & 4 deletions build/scripts/src/UpdateVersions.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def oldVersion = "3.10.0"
def newVersion = "3.10.1"
def oldVersion = "3.10.1"
def newVersion = "3.10.2"

def oldQualVersion = "${oldVersion}.qualifier"
def newQualVersion = "${newVersion}.qualifier"
Expand Down Expand Up @@ -79,13 +79,15 @@ new File("../").eachDirRecurse
&& contents.contains( "<version>${oldPomVersion}" ) )
{
println "Found pom: " + pom.getAbsolutePath()
pom.text = contents.replaceAll( "<version>${oldPomVersion}", "<version>${newPomVersion}" )
contents = contents.replaceAll( "<version>${oldPomVersion}", "<version>${newPomVersion}" )
}

if( (contents.contains("-installer-version>${oldVersion}-")) )
{
println "Found pom: " + pom.getAbsolutePath()
pom.text = contents.replaceAll( "-installer-version>${oldVersion}-", "-installer-version>${newVersion}-")
contents = contents.replaceAll( "-installer-version>${oldVersion}-", "-installer-version>${newVersion}-")
}

pom.text = contents
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="com.liferay.ide.enterprise"
label="Liferay IDE Enterprise"
provider-name="Liferay, Inc."
version="3.10.1.qualifier"
version="3.10.2.qualifier"
>

<description url="http://www.liferay.com/community/liferay-projects/liferay-ide/overview">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.features</groupId>
<artifactId>enterprise-features</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.enterprise</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enterprise/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.liferay.ide.enterprise</groupId>
<artifactId>enterprise</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<groupId>com.liferay.ide.enterprise.features</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Freemarker
Bundle-SymbolicName: com.liferay.ide.freemarker;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: org.jboss.ide.eclipse.freemarker.Plugin
Bundle-Vendor: Liferay, Inc.
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.freemarker</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: com.liferay.ide.kaleo.core
Bundle-Name: Liferay IDE Kaleo Core
Bundle-SymbolicName: com.liferay.ide.kaleo.core;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.kaleo.core.KaleoCore
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.core,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.kaleo.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.kaleo.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: com.liferay.ide.kaleo.ui
Bundle-Name: Liferay IDE Kaleo UI
Bundle-SymbolicName: com.liferay.ide.kaleo.ui;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.kaleo.ui.KaleoUI
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.core,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.kaleo.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.kaleo.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: com.liferay.ide.portal.core;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.portal.core.PortalCore
Bundle-Vendor: %bundle.vendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.portal.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.portal.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: com.liferay.ide.portal.ui;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.portal.ui.PortalUI
Bundle-Vendor: %bundle.vendor
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.portal.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.portal.ui</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: com.liferay.ide.scripting.core
Bundle-Name: Liferay Developer Studio Scripting Core
Bundle-SymbolicName: com.liferay.ide.scripting.core;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.scripting.core.ScriptingCore
Bundle-Vendor: Liferay, Inc.
Require-Bundle: org.eclipse.core.runtime
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.scripting.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.scripting.core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Automatic-Module-Name: com.liferay.ide.studio.ui
Bundle-Name: Liferay Developer Studio UI
Bundle-SymbolicName: com.liferay.ide.studio.ui;singleton:=true
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Activator: com.liferay.ide.studio.ui.StudioPlugin
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.core,
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/com.liferay.ide.studio.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.liferay.ide.enterprise.plugins</groupId>
<artifactId>enterprise-plugins</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.studio.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion enterprise/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.liferay.ide.enterprise</groupId>
<artifactId>enterprise</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<groupId>com.liferay.ide.enterprise.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.liferay.ide</groupId>
<artifactId>parent</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
<relativePath>../build/parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Functional Fragment Deploy Base
Bundle-SymbolicName: com.liferay.ide.functional.fragment.deploy.base
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.functional.liferay,
com.liferay.ide.functional.swtbot,
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/base/fragment.deploy.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.liferay.ide.functional.base</groupId>
<artifactId>base-tests</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.fragment.deploy.base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Functional Fragment Wizard Base
Bundle-SymbolicName: com.liferay.ide.functional.fragment.wizard.base
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.functional.liferay,
com.liferay.ide.functional.swtbot,
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/base/fragment.wizard.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.liferay.ide.functional.base</groupId>
<artifactId>base-tests</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.fragment.wizard.base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Functional Hook Deploy Base
Bundle-SymbolicName: com.liferay.ide.functional.hook.deploy.base
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.functional.liferay,
com.liferay.ide.functional.swtbot,
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/base/hook.deploy.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.liferay.ide.functional.base</groupId>
<artifactId>base-tests</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.hook.deploy.base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/base/jsf.deploy.base/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Liferay IDE Functional Jsf Deploy Base
Bundle-SymbolicName: com.liferay.ide.functional.jsf.deploy.base
Bundle-Version: 3.10.1.qualifier
Bundle-Version: 3.10.2.qualifier
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.functional.liferay,
com.liferay.ide.functional.swtbot,
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/base/jsf.deploy.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.liferay.ide.functional.base</groupId>
<artifactId>base-tests</artifactId>
<version>3.10.1-SNAPSHOT</version>
<version>3.10.2-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.jsf.deploy.base</artifactId>
Expand Down
Loading
Loading