Skip to content

Commit

Permalink
update projects version
Browse files Browse the repository at this point in the history
  • Loading branch information
lttung-axonivy committed Nov 26, 2024
1 parent 4dff20d commit 429587f
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 51 deletions.
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.0</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.0</version>
<type>iar</type>
</dependency>
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions AxonIvyPortal/PortalKitTestHelper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portalKitTestHelper</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<ivy.engine.version>12.0.0</ivy.engine.version>
Expand All @@ -15,7 +14,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand All @@ -39,4 +38,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
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.0</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion AxonIvyPortal/portal-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>portal.migration</groupId>
<artifactId>portal-migration-9.4</artifactId>
<version>9.4.0</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<ivy.engine.version>12.0.0</ivy.engine.version>
Expand Down
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.0</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
Expand Down
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.0</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>12.0.0</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.0</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.0</version>
<packaging>pom</packaging>
<properties>
<build.plugin.version>12.0.0</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.0</version>
<type>iar</type>
</dependency>
<dependency>
Expand Down
9 changes: 4 additions & 5 deletions AxonIvyPortal/portal-selenium-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.0</version>
<packaging>iar</packaging>
<properties>
<ivy.engine.version>12.0.0</ivy.engine.version>
Expand All @@ -21,7 +20,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand All @@ -46,4 +45,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
9 changes: 4 additions & 5 deletions AxonIvyPortal/portal/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -61,4 +60,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
10 changes: 5 additions & 5 deletions 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.0</version>
<properties>
<build.plugin.version>12.0.0</build.plugin.version>
<ivy.engine.version>12.0.0</ivy.engine.version>
Expand Down Expand Up @@ -77,10 +77,10 @@
<version>3.5.0</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>properties</goal>
</goals>
<phase>initialize</phase>
<goals>
<goal>properties</goal>
</goals>
</execution>
</executions>
</plugin>
Expand Down
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.0</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>12.0.0</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.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions Showcase/portal-components-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.0</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand All @@ -39,4 +38,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
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.0</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.0</version>
<type>iar</type>
</dependency>
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down
9 changes: 4 additions & 5 deletions Showcase/portal-developer-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-developer-examples</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -61,4 +60,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
11 changes: 5 additions & 6 deletions Showcase/portal-user-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-user-examples</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<distributionManagement>
<repository>
Expand All @@ -22,10 +21,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<dependency>
<groupId>com.axonivy.portal</groupId>
<artifactId>portal-components</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<type>iar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -61,4 +60,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 429587f

Please sign in to comment.