Skip to content

Commit

Permalink
Merge pull request #35 from exadel-inc/etoolbox_renaming
Browse files Browse the repository at this point in the history
Etoolbox renaming
  • Loading branch information
AndriiHolovianko authored Mar 31, 2021
2 parents 90988ab + 4933c4e commit c2713b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-backpack</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>etoolbox-backpack.core</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-backpack</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<name>EToolbox BackPack</name>
<description>Automates generating rich and responsive authoring interfaces for Adobe Experience Manager (TM) via Maven-powered build and deployment workflow</description>
<description>A tool for easily creating, handling and distributing content packages across Adobe Experience Manager (AEM) ecosystem.</description>
<url>https://github.com/exadel-inc/aem-backpack</url>

<organization>
Expand All @@ -21,8 +21,8 @@

<developers>
<developer>
<id>edmtp</id>
<name>Exadel DMTP Team</name>
<id>MarTech</id>
<name>Exadel MarTech Team</name>
<organization>Exadel, Inc.</organization>
<organizationUrl>https://exadel.com</organizationUrl>
<roles>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-backpack</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>etoolbox-backpack.content</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<sly data-sly-call="${autocompleteTemplate}"/>

<template data-sly-template.autocompleteTemplate="${@ selectedPackageGroup}">
<sly data-sly-use.groupsModel="PackageGroups"></sly>
<sly data-sly-use.groupsModel="com.exadel.etoolbox.backpack.core.model.PackageGroups"></sly>
<div class="coral-Form-fieldwrapper">
<label class="coral-Form-fieldlabel">Group</label>
<coral-autocomplete class="coral-Form-field granite-autocomplete" name="group">
Expand Down

0 comments on commit c2713b2

Please sign in to comment.