Skip to content

Commit

Permalink
IVYPORTAL-18067 Create Portal branch release/12.0
Browse files Browse the repository at this point in the history
- Updated builds
- Increase version to 12.0.1-SNAPSHOT
  • Loading branch information
mnhnam-axonivy committed Dec 10, 2024
1 parent 8732522 commit aaddae9
Show file tree
Hide file tree
Showing 34 changed files with 176 additions and 59 deletions.
11 changes: 11 additions & 0 deletions AxonIvyPortal/PortalApp/.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1733824570217</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
6 changes: 3 additions & 3 deletions AxonIvyPortal/PortalApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-app</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
Expand All @@ -27,13 +27,13 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
13 changes: 12 additions & 1 deletion AxonIvyPortal/PortalKitTestHelper/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570253</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions AxonIvyPortal/PortalKitTestHelper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portalKitTestHelper</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<ivy.engine.version>12.0.1</ivy.engine.version>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
13 changes: 12 additions & 1 deletion AxonIvyPortal/portal-components/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570220</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
2 changes: 1 addition & 1 deletion AxonIvyPortal/portal-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand Down
11 changes: 11 additions & 0 deletions AxonIvyPortal/portal-migration/.project
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
<filteredResources>
<filter>
<id>1733824570236</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
2 changes: 1 addition & 1 deletion AxonIvyPortal/portal-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-product</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
Expand Down
13 changes: 12 additions & 1 deletion AxonIvyPortal/portal-selenium-test/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570244</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal-selenium-test/customized_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-selenium-test</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>12.0.0-SNAPSHOT</build.plugin.version>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-document-screenshots-selenide</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<build.plugin.version>12.0.0-SNAPSHOT</build.plugin.version>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal-selenium-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-selenium-test</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<ivy.engine.version>12.0.1</ivy.engine.version>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
13 changes: 12 additions & 1 deletion AxonIvyPortal/portal/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570212</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>${revision}</version>

<properties>
<revision>9.1.0.0-SNAPSHOT</revision>
<revision>12.0.2-SNAPSHOT</revision>
</properties>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/public-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>public-api</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<properties>
<build.plugin.version>12.0.0</build.plugin.version>
<ivy.engine.version>12.0.0</ivy.engine.version>
Expand Down
13 changes: 12 additions & 1 deletion Showcase/InternalSupport/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570206</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions Showcase/InternalSupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>internalSupport</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>12.0.0-SNAPSHOT</build.plugin.version>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-developer-examples</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
13 changes: 12 additions & 1 deletion Showcase/portal-components-examples/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570223</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
4 changes: 2 additions & 2 deletions Showcase/portal-components-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components-examples</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
11 changes: 11 additions & 0 deletions Showcase/portal-demo-app/.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1733824570227</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
6 changes: 3 additions & 3 deletions Showcase/portal-demo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-demo-app</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
Expand All @@ -27,13 +27,13 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-user-examples</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
13 changes: 12 additions & 1 deletion Showcase/portal-developer-examples/.project
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
<filteredResources>
<filter>
<id>1733824570231</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
Loading

0 comments on commit aaddae9

Please sign in to comment.