Skip to content

Commit 2e2bdff

Browse files
committed
Update to 7.1.x
1 parent 57827fa commit 2e2bdff

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

custom-extension/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>addons-exo-parent-pom</artifactId>
77
<groupId>org.exoplatform.addons</groupId>
8-
<version>18</version>
8+
<version>19-RC01</version>
99
</parent>
1010
<groupId>org.exoplatform.samples</groupId>
1111
<artifactId>custom-extension</artifactId>
@@ -16,7 +16,7 @@
1616
<module>webapp</module>
1717
</modules>
1818
<properties>
19-
<org.exoplatform.commons-exo.version>7.0.x-SNAPSHOT</org.exoplatform.commons-exo.version>
19+
<org.exoplatform.commons-exo.version>7.1.x-SNAPSHOT</org.exoplatform.commons-exo.version>
2020
</properties>
2121
<dependencyManagement>
2222
<dependencies>

my-connection-birthdays/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>addons-exo-parent-pom</artifactId>
77
<groupId>org.exoplatform.addons</groupId>
8-
<version>17-M03</version>
8+
<version>19-RC01</version>
99
</parent>
1010
<groupId>org.exoplatform.samples</groupId>
1111
<artifactId>my-connections-birthday-extension</artifactId>
@@ -17,7 +17,7 @@
1717
<module>webapp</module>
1818
</modules>
1919
<properties>
20-
<org.exoplatform.commons-exo.version>6.5.x-SNAPSHOT</org.exoplatform.commons-exo.version>
20+
<org.exoplatform.commons-exo.version>7.1.x-SNAPSHOT</org.exoplatform.commons-exo.version>
2121
</properties>
2222
<dependencyManagement>
2323
<dependencies>

my-connection-birthdays/services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
<dependencies>
2020
<dependency>
21-
<groupId>org.exoplatform.ws</groupId>
21+
<groupId>io.meeds.ws</groupId>
2222
<artifactId>exo.ws.rest.core</artifactId>
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
26-
<groupId>org.exoplatform.social</groupId>
26+
<groupId>io.meeds.social</groupId>
2727
<artifactId>social-component-core</artifactId>
2828
<scope>provided</scope>
2929
</dependency>

portlet/vue-portlet-webpack-training/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>maven-exo-parent-pom</artifactId>
44
<groupId>org.exoplatform</groupId>
5-
<version>26-M03</version>
5+
<version>28</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.acme.samples</groupId>

sample-notification/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>addons-exo-parent-pom</artifactId>
77
<groupId>org.exoplatform.addons</groupId>
8-
<version>17-M02</version>
8+
<version>19-RC01</version>
99
</parent>
1010
<groupId>org.exoplatform.samples</groupId>
1111
<artifactId>notification</artifactId>
@@ -16,7 +16,7 @@
1616
<module>webapp</module>
1717
</modules>
1818
<properties>
19-
<org.exoplatform.commons-exo.version>6.5.x-SNAPSHOT</org.exoplatform.commons-exo.version>
19+
<org.exoplatform.commons-exo.version>7.1.x-SNAPSHOT</org.exoplatform.commons-exo.version>
2020
</properties>
2121
<dependencyManagement>
2222
<dependencies>

sample-notification/services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
<packaging>jar</packaging>
1212
<dependencies>
1313
<dependency>
14-
<groupId>org.exoplatform.social</groupId>
14+
<groupId>io.meeds.social</groupId>
1515
<artifactId>social-component-api</artifactId>
1616
<scope>provided</scope>
1717
</dependency>
1818
<dependency>
19-
<groupId>org.exoplatform.social</groupId>
19+
<groupId>io.meeds.social</groupId>
2020
<artifactId>social-component-core</artifactId>
2121
<scope>provided</scope>
2222
</dependency>

sample-notification/services/src/main/java/org/exoplatform/samples/notification/web/UpdateProfileWebNotificationBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.exoplatform.commons.api.notification.service.template.TemplateContext;
1010
import org.exoplatform.commons.notification.template.TemplateUtils;
1111
import org.exoplatform.commons.utils.CommonsUtils;
12-
import org.exoplatform.webui.utils.TimeConvertUtils;
12+
import org.exoplatform.commons.utils.TimeConvertUtils;
1313

1414
import java.io.Writer;
1515
import java.util.Calendar;

0 commit comments

Comments
 (0)