File tree Expand file tree Collapse file tree
portlet/vue-portlet-webpack-training
src/main/java/org/exoplatform/samples/notification/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 99import org .exoplatform .commons .api .notification .service .template .TemplateContext ;
1010import org .exoplatform .commons .notification .template .TemplateUtils ;
1111import org .exoplatform .commons .utils .CommonsUtils ;
12- import org .exoplatform .webui .utils .TimeConvertUtils ;
12+ import org .exoplatform .commons .utils .TimeConvertUtils ;
1313
1414import java .io .Writer ;
1515import java .util .Calendar ;
You can’t perform that action at this time.
0 commit comments