Skip to content

Commit 5502463

Browse files
committed
LPD-49691 liferay-ide: regen versions
Run command from build dir: groovy scripts/src/UpdateVersions.groovy
1 parent 27f70b9 commit 5502463

File tree

384 files changed

+387
-387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

384 files changed

+387
-387
lines changed

build/com.liferay.ide-repository/hidden.features.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<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.3.qualifier" useFeatures="true" includeLaunchers="false">
4+
<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.4.qualifier" useFeatures="true" includeLaunchers="false">
55

66
<aboutInfo>
77
</aboutInfo>

build/com.liferay.ide-repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.liferay.ide.build</groupId>
2424
<artifactId>build</artifactId>
25-
<version>3.10.3-SNAPSHOT</version>
25+
<version>3.10.4-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>com.liferay.ide-repository</artifactId>

build/com.liferay.ide-repository/studio.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Liferay Developer Studio" uid="com.liferay.ide.studio" id="com.liferay.ide.studio" application="org.eclipse.ui.ide.workbench" version="3.10.3.qualifier" useFeatures="true" includeLaunchers="true">
4+
<product name="Liferay Developer Studio" uid="com.liferay.ide.studio" id="com.liferay.ide.studio" application="org.eclipse.ui.ide.workbench" version="3.10.4.qualifier" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="images/about.png"/>

build/com.liferay.ide.testing-repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.liferay.ide.build</groupId>
2424
<artifactId>build</artifactId>
25-
<version>3.10.3-SNAPSHOT</version>
25+
<version>3.10.4-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>com.liferay.ide.testing-repository</artifactId>

build/com.liferay.ide.upgrade.planner-repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.liferay.ide.build</groupId>
2424
<artifactId>build</artifactId>
25-
<version>3.10.3-SNAPSHOT</version>
25+
<version>3.10.4-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>com.liferay.ide.upgrade.planner-repository</artifactId>

build/com.liferay.ide.upgrade.planner-repository/upgrade-planner.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<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.3.qualifier" useFeatures="true" includeLaunchers="true">
4+
<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.4.qualifier" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="images/about.png"/>

build/installers/installer-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.liferay.ide.build</groupId>
77
<artifactId>installers</artifactId>
8-
<version>3.10.3-SNAPSHOT</version>
8+
<version>3.10.4-SNAPSHOT</version>
99
</parent>
1010
<groupId>com.liferay.ide.installer.tests</groupId>
1111
<artifactId>installer-tests</artifactId>

build/installers/liferay-workspace-with-devstudio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.liferay.ide.build</groupId>
2424
<artifactId>installers</artifactId>
25-
<version>3.10.3-SNAPSHOT</version>
25+
<version>3.10.4-SNAPSHOT</version>
2626
</parent>
2727

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

3333
<properties>
3434
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
35-
<studio-installer-version>3.10.3-${maven.build.timestamp}</studio-installer-version>
35+
<studio-installer-version>3.10.4-${maven.build.timestamp}</studio-installer-version>
3636
</properties>
3737

3838
<build>

build/installers/liferay-workspace/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.liferay.ide.build</groupId>
2424
<artifactId>installers</artifactId>
25-
<version>3.10.3-SNAPSHOT</version>
25+
<version>3.10.4-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>liferay.workspace.installer</artifactId>
@@ -32,7 +32,7 @@
3232

3333
<properties>
3434
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
35-
<workspace-installer-version>3.10.3-${maven.build.timestamp}</workspace-installer-version>
35+
<workspace-installer-version>3.10.4-${maven.build.timestamp}</workspace-installer-version>
3636
</properties>
3737

3838
<build>

build/installers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.liferay.ide.build</groupId>
2525
<artifactId>build</artifactId>
26-
<version>3.10.3-SNAPSHOT</version>
26+
<version>3.10.4-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>installers</artifactId>

0 commit comments

Comments
 (0)