Skip to content

Commit

Permalink
LPD-34355 Update version to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Aug 20, 2024
1 parent efd3686 commit 5e67085
Show file tree
Hide file tree
Showing 384 changed files with 387 additions and 387 deletions.
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.0.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.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.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.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0.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.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0-${maven.build.timestamp}</studio-installer-version>
<studio-installer-version>3.10.1-${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.0-SNAPSHOT</version>
<version>3.10.1-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.0-${maven.build.timestamp}</workspace-installer-version>
<workspace-installer-version>3.10.1-${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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
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.0.qualifier"
version="3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-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.0.qualifier
Bundle-Version: 3.10.1.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.0-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.jsf.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 Kaleo Deploy Base
Bundle-SymbolicName: com.liferay.ide.functional.kaleo.deploy.base
Bundle-Version: 3.10.0.qualifier
Bundle-Version: 3.10.1.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/kaleo.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.0-SNAPSHOT</version>
<version>3.10.1-SNAPSHOT</version>
</parent>

<artifactId>com.liferay.ide.functional.kaleo.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 Layouttpl Deploy Base
Bundle-SymbolicName: com.liferay.ide.functional.layouttpl.deploy.base
Bundle-Version: 3.10.0.qualifier
Bundle-Version: 3.10.1.qualifier
Bundle-Vendor: Liferay, Inc.
Require-Bundle: com.liferay.ide.functional.liferay,
com.liferay.ide.functional.swtbot,
Expand Down
Loading

0 comments on commit 5e67085

Please sign in to comment.