update parent references in policy/parent pom 21/138421/3
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Thu, 11 Jul 2024 13:50:03 +0000 (14:50 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Thu, 11 Jul 2024 14:43:51 +0000 (15:43 +0100)
updated the parent references in the policy/parent pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-5072
Change-Id: I68490117cfee6257260fc17ea2421ef021234014
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
docs/apex/APEX-Policy-Guide.rst
integration/pom.xml

index 7d2f01d..a9dad1c 100644 (file)
@@ -471,7 +471,8 @@ Concept: Logic
 
   The *LogicCode* field of a Logic concept definition is a string that holds the program code that is to be executed
   at run time. The *LogicType* field defines the language of the code. The standard values are the logic languages
-  supported by APEX: `JAVASCRIPT <https://en.wikipedia.org/wiki/JavaScript>`__, `JAVA <https://java.com/en/>`__,
+  supported by APEX: `JAVASCRIPT <https://en.wikipedia.org/wiki/JavaScript>`__,
+  `JAVA <https://www.oracle.com/java/>`__,
   `JYTHON <http://www.jython.org/>`__, `JRUBY <http://jruby.org/>`__, or
   `MVEL <https://en.wikibooks.org/wiki/Transwiki:MVEL_Language_Guide>`__.
 
index 7e3c879..2d9732e 100644 (file)
@@ -38,7 +38,7 @@
     <properties>
         <java.version>17</java.version>
         <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
-        <version.parent.resources>5.0.0-SNAPSHOT</version.parent.resources>
+        <version.parent.resources>5.0.0</version.parent.resources>
         <version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle>
         <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
         <!-- Default Sonar configuration -->