Skip to content

Commit

Permalink
LPD-34233 liferay-ide: removes ga version from artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Aug 16, 2024
1 parent f1c07ac commit 6e0fc75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
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 @@ -43,7 +43,7 @@
<version>${tycho-version}</version>
<configuration>
<includeAllDependencies>false</includeAllDependencies>
<finalName>liferay-ide-updatesite-${unqualifiedVersion}-${liferay-ide-tag}-${maven.build.timestamp}</finalName>
<finalName>liferay-ide-updatesite-${unqualifiedVersion}-${maven.build.timestamp}</finalName>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion build/installers/liferay-workspace-with-devstudio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<properties>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<studio-installer-version>3.10.0-${liferay-ide-tag}-${maven.build.timestamp}</studio-installer-version>
<studio-installer-version>3.10.0-${maven.build.timestamp}</studio-installer-version>
</properties>

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

<properties>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<workspace-installer-version>3.10.0-${liferay-ide-tag}-${maven.build.timestamp}</workspace-installer-version>
<workspace-installer-version>3.10.0-${maven.build.timestamp}</workspace-installer-version>
</properties>

<build>
Expand Down
3 changes: 1 addition & 2 deletions build/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@
<eclipse-xml-search-site>https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/eclipse/eclipse-wtp-xml-search/</eclipse-xml-search-site>
<gradle-site>https://download.eclipse.org/buildship/updates/e427/releases/3.x/3.1.8.v20231117-1658/</gradle-site>
<liferay-ide-swtbot-testing-site>https://files.liferay.org.es/staged/public-files/liferay-ide/unstable/build/com.liferay.ide.testing-repository/target/repository/</liferay-ide-swtbot-testing-site>
<liferay-ide-tag>ga1</liferay-ide-tag>
<orbit-site>https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository</orbit-site>
<sapphire-site>https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/eclipse/sapphire/9.1.1/</sapphire-site>
<osgi-bundles-site>https://us-east-1.linodeobjects.com/devtools-s3.liferay.com/eclipse/liferay-ide-deps/201904221700/</osgi-bundles-site>
<sign-apps>false</sign-apps>
<swtbot-site>https://download.eclipse.org/technology/swtbot/releases/2.8.0/</swtbot-site>
<tm-site>https://download.eclipse.org/tm/updates/4.5.500/repository/</tm-site>
<jre-site>https://download.eclipse.org/justj/jres/17/updates/release/latest</jre-site>
<tycho-packaging-format>yyyyMMddHHmm'-ga1'</tycho-packaging-format>
<tycho-packaging-format>yyyyMMddHHmm</tycho-packaging-format>
<tycho-version>3.0.5</tycho-version>
</properties>

Expand Down

0 comments on commit 6e0fc75

Please sign in to comment.