<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>versioning scheme for Liferay 7</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=111991179" />
  <subtitle>versioning scheme for Liferay 7</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=111991179</id>
  <updated>2026-05-09T17:52:19Z</updated>
  <dc:date>2026-05-09T17:52:19Z</dc:date>
  <entry>
    <title>RE: versioning scheme for Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115248211" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=115248211</id>
    <updated>2019-09-10T14:28:38Z</updated>
    <published>2019-09-10T14:28:38Z</published>
    <summary type="html">I can reply, unfortunately not in Spanish. I hope Google can translate this for you, if need be...&lt;br /&gt;&lt;br /&gt;Liferay GA1 is &amp;#34;general availability&amp;#34; and is the first version at the new level.&lt;br /&gt;&lt;br /&gt;Liferay then releases individual Fix Packs that have bug fixes, performance optimizations and sometimes new functionality.&lt;br /&gt;&lt;br /&gt;A group of Fix Packs will be wrapped up together and be called a Service Pack. The downloads you see are GA1 with the Service Pack applied. Each Service Pack corresponds to a certain Fix Pack number, so starting with Service Pack 8 is the same as starting with GA1 but applying Fix Pack 70 (If I remember the fix pack number correctly). Starting with the Service Pack bundle is just easier than having to apply the fix packs manually before you start.&lt;br /&gt;&lt;br /&gt;The log message and on screen version string, the &amp;#34;Starting Liferay Digital Experience Platform 7.0.10 GA1 (Wilberforce / Build 7010 / June 15, 2016)&amp;#34;, only ever shows the GA1 version number, it will never show the fix pack or service pack number in the display. I&amp;#39;d prefer if it did, but there are a lot of variables that would need to be included before it could output the message (i.e. what FP is installed, whether you have hot fixes, did you start from a SP or did you manually apply fix packs, etc). For simplicity sake, it&amp;#39;s just easier to say &amp;#34;this is GA1&amp;#34; without including the rest of the processing and/or details. The patching tool&amp;#39;s info command is the best source of actual version number and installed fix packs/service pack that your environment has.&lt;br /&gt;&lt;br /&gt;The target platforms versioning is a little more confusing. For CE releases, it is generally the 7.1 prefix plus the GA, minus one. So 7.1 GA4 will be listed as 7.1.3 (GA1 is 7.1.0, GA2 is 7.1.1, etc). This is because the Maven version numbers don&amp;#39;t really sync well with the GA release name, so this was the compromise.&lt;br /&gt;&lt;br /&gt;For DXP, the version is listed as 7.x.10 with an optional fixpack extension, so like 7.1.10-fp12. There will not be any -sp2 suffixes, just the fixpack one (since, like I said, the service pack is just all of the fixpacks up to a given number).&lt;br /&gt;&lt;br /&gt;The link to Jorge&amp;#39;s post about version numbers, that&amp;#39;s 9 years old. Although many of the concepts haven&amp;#39;t changed, some have so that post may no longer apply.</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2019-09-10T14:28:38Z</dc:date>
  </entry>
  <entry>
    <title>versioning scheme for Liferay 7</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111991178" />
    <author>
      <name>Daniel Cruz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111991178</id>
    <updated>2019-01-11T16:36:01Z</updated>
    <published>2019-01-11T16:36:01Z</published>
    <summary type="html">&lt;p&gt;Quería saber si existe un articulo o documento como &lt;a
    href="https://community.liferay.com/blogs/-/blogs/explaining-the-new-versioning-scheme-for-liferay-6"&gt;este,
  &lt;/a&gt;donde se explique como es el ciclo de vida de las actualizaciones
  de liferay 7, la pregunta me surge por varias cosas que he visto, por
  ejemplo en la pagina de descargas de liferay customer están las
  siguientes opciones para liferay 7.0 opcion producto:&lt;/p&gt;
&lt;p&gt;Liferay DXP 7.0 Service Pack 9&lt;br /&gt; Liferay DXP 7.0 Service Pack
  8&lt;br /&gt; Liferay DXP 7.0 Service Pack 7&lt;br /&gt; Liferay DXP 7.0 Service
  Pack 6......&lt;br /&gt; Liferay DXP 7.0 GA1&lt;/p&gt;
&lt;p&gt;aquí ya surgen mis dudas.&lt;/p&gt;
&lt;p&gt;1) ¿por que despues de la primera version cambia la nomenclatura?. La
  version que descargue cuando comencé el proyecto actual es el
  liferay-dxp-digital-enterprise-7.0-sp8, sin embargo, cuando Tomcat
  inicia para desarrollar, en el log aparece &amp;quot;Starting Liferay
  Digital Experience Platform 7.0.10 GA1 (Wilberforce / Build 7010 /
  June 15, 2016)&amp;quot;&lt;/p&gt;
&lt;p&gt;2) a este punto, no se por ejemplo si en una instancia de pruebas,
  que ya estaba instalada antes de que yo llegara al proyecto, en este
  caso con Wildfly, ¿que release tengo (GA1, GA2, .....etc )?, si en
  Patchingtool info me sale que estoy en SP8, pero no la release GAXX o RCXX.&lt;/p&gt;
&lt;p&gt;3)Ahora, para configurar mi ambiente de desarrollo local, para que
  tenga algunas ventajas como el debugg de portal  existe el tutorial &lt;a
    href="https://dev.liferay.com/es/develop/reference/-/knowledge_base/7-0/target-platform-gradle-plugin"&gt;Target
    Platform Gradle Plugin  &lt;/a&gt;,donde se debe configurar la propiedad
  &amp;quot;liferay.workspace.target.platform.version&amp;quot; que por defecto
  tiene 7.0-GA7 pero dice que para utilizar un bundle de dxp utilizar la
  sintaxis 7.0-sp7, la cual segun la pagina de descargas proviene de 
  Liferay DXP 7.0 GA1,  ¿por que esta diferencia entre lo que va de
  comunity 7.0-GA7 contra lo que hay en descargas dxp 7.0 GA1 ?&lt;/p&gt;
&lt;p&gt;4) si se actualiza de SP8 a SP9, ¿me cambia también la base  GA1 a
  otra ?&lt;/p&gt;
&lt;p&gt;5) Si estoy en SP8  e instalo Fixpack 64, ¿se actualiza de SP8 a SP9 automaticamente?&lt;/p&gt;
&lt;p&gt;Si hay alguien que me pueda aclarar estas dudas se lo  agradezco mucho. &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Daniel Cruz</dc:creator>
    <dc:date>2019-01-11T16:36:01Z</dc:date>
  </entry>
</feed>
