diff --git a/packaging/pom.xml b/packaging/pom.xml index bc7b9992..e99ab5ae 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -19,28 +19,28 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 4.0.0 - org.exoplatform.addons.push-notifications - exo-push-notifications + io.meeds.push-notifications + push-notifications 7.0.x-SNAPSHOT - exo-push-notifications-addon-packaging - eXo Push notifications addon - Packaging + push-notifications-packaging + Meeds:: Push notifications addon - Packaging pom - eXo Push notifications addon packaging + Meeds Push notifications addon packaging - org.exoplatform.addons.push-notifications - exo-push-notifications-webapp + ${project.groupId} + push-notifications-webapp war - org.exoplatform.addons.push-notifications - exo-push-notifications-service + ${project.groupId} + push-notifications-service jar - ${project.artifactId}-${project.version} + ${project.artifactId} org.apache.maven.plugins diff --git a/packaging/src/main/assemblies/assembly-addon.xml b/packaging/src/main/assemblies/assembly-addon.xml index e42ccca4..c7780bf1 100644 --- a/packaging/src/main/assemblies/assembly-addon.xml +++ b/packaging/src/main/assemblies/assembly-addon.xml @@ -18,7 +18,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - exo-push-notifications + push-notifications zip @@ -30,7 +30,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. false / - org.exoplatform.addons.push-notifications:exo-push-notifications-service:jar + ${project.groupId}:*:jar ${artifact.artifactId}.${artifact.extension} @@ -40,7 +40,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. false / - org.exoplatform.addons.push-notifications:exo-push-notifications-webapp:war + ${project.groupId}:*:war push-notifications.war diff --git a/pom.xml b/pom.xml index 8affdfcc..1d0974cb 100644 --- a/pom.xml +++ b/pom.xml @@ -21,32 +21,32 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 4.0.0 addons-parent-pom - org.exoplatform.addons - 18-M03 + io.meeds.addons + 18-M04 - org.exoplatform.addons.push-notifications - exo-push-notifications + io.meeds.push-notifications + push-notifications 7.0.x-SNAPSHOT pom - eXo Add-on:: eXo Push notifications addon - eXo Push notifications addon + Meeds:: Add-on:: Push notifications addon + Meeds Push notifications addon war packaging service - scm:git:git://github.com/exoplatform/push-notifications.git - scm:git:git@github.com:exoplatform/push-notifications.git + scm:git:git://github.com/meeds-io/push-notifications.git + scm:git:git@github.com:meeds-io/push-notifications.git HEAD - https://github.com/exoplatform/push-notifications + https://github.com/meeds-io/push-notifications - 7.0.x-SNAPSHOT + 7.0.x-SNAPSHOT meeds-io @@ -55,26 +55,31 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - org.exoplatform.social + io.meeds.social social - ${org.exoplatform.social.version} + ${io.meeds.social.version} pom import - org.exoplatform.addons.push-notifications - exo-push-notifications-service - ${project.version} - jar + ${project.groupId} + push-notifications-service + ${project.version} + jar - org.exoplatform.addons.push-notifications - exo-push-notifications-webapp - ${project.version} - war + ${project.groupId} + push-notifications-webapp + ${project.version} + war + + + ${project.groupId} + push-notifications-packaging + ${project.version} + zip - diff --git a/service/pom.xml b/service/pom.xml index 75d1af3b..caac7001 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -19,12 +19,12 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 4.0.0 - org.exoplatform.addons.push-notifications - exo-push-notifications + io.meeds.push-notifications + push-notifications 7.0.x-SNAPSHOT - exo-push-notifications-service - eXo Push notifications addon - Service + push-notifications-service + Meeds:: Push notifications addon - Service 0.35 @@ -32,18 +32,19 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - org.exoplatform.social + io.meeds.social social-component-notification provided - org.exoplatform.social + io.meeds.social social-component-oauth-auth provided + ${project.artifactId} com.jcabi @@ -62,7 +63,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. localhost:8080 /rest - eXo Push Notifications REST API + Meeds Push Notifications REST API 1 The Push Notifications REST API provides methods for managing devices for Push Notifications. Here are the descriptions of a full representation of each of the Push Notifications resources available. diff --git a/war/pom.xml b/war/pom.xml index 097616bd..3e588b31 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -19,14 +19,14 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 4.0.0 - org.exoplatform.addons.push-notifications - exo-push-notifications + io.meeds.push-notifications + push-notifications 7.0.x-SNAPSHOT - exo-push-notifications-webapp + push-notifications-webapp war - eXo Push notifications addon - Webapp + Meeds:: Push notifications addon - Webapp