Skip to content

Commit

Permalink
[tech] Assigned project version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smiakchilo committed Aug 20, 2020
1 parent b0694f3 commit 7fa1dfd
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion aem-authoring-toolkit-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>aem-authoring-toolkit</artifactId>
<groupId>com.exadel.aem</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<name>${project.prettyName} API</name>
Expand Down
2 changes: 1 addition & 1 deletion aem-authoring-toolkit-assets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>aem-authoring-toolkit</artifactId>
<groupId>com.exadel.aem</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<name>${project.prettyName} Assets (Client Libraries)</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Content-Package-Roots: /apps/authoring-toolkit/depends-on-injector,/apps/authoring-toolkit/depends-on
Content-Package-Type: application
Content-Package-Id: com.exadel.aem:aem-authoring-toolkit-assets:1.2.1-SNAPSHOT
Content-Package-Id: com.exadel.aem:aem-authoring-toolkit-assets:1.2.1
Content-Package-Description: Aem Authoring Toolkit - Assets (DependsOn)

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
jcr:description="AEM Authoring Toolkit - Assets (DependsOn clientlibs)"
group="com.exadel.aem"
name="aem-authoring-toolkit-assets"
version="1.2.1-SNAPSHOT">
version="1.2.1">
<thumbnail.png/>
<filter jcr:primaryType="nt:unstructured">
<f0 jcr:primaryType="nt:unstructured"
Expand Down
2 changes: 1 addition & 1 deletion aem-authoring-toolkit-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<name>${project.prettyName} Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<name>${project.prettyName}</name>
<description>Automates generating rich and responsive authoring interfaces for Adobe Experience Manager (TM) via Maven-powered build and deployment workflow</description>
Expand Down
8 changes: 4 additions & 4 deletions samples/apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>aem-authoring-toolkit-samples</artifactId>
<groupId>com.exadel.aem</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>aem-authoring-toolkit-samples-apps</artifactId>
<name>AEM Authoring Toolkit - Samples Apps</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down Expand Up @@ -59,7 +59,7 @@
</embeddeds>
<subPackages>
<subPackage>
<groupId>${project.groupId}</groupId>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit-assets</artifactId>
<filter>true</filter>
</subPackage>
Expand Down Expand Up @@ -108,7 +108,7 @@
<artifactId>aem-authoring-toolkit-samples-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit-assets</artifactId>
<type>zip</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<artifactId>aem-authoring-toolkit-samples</artifactId>
<groupId>com.exadel.aem</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>aem-authoring-toolkit-samples-content</artifactId>
<name>AEM Authoring Toolkit - Samples Content</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
9 changes: 3 additions & 6 deletions samples/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>aem-authoring-toolkit-samples</artifactId>
<groupId>com.exadel.aem</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<properties>
Expand All @@ -16,7 +16,7 @@

<artifactId>aem-authoring-toolkit-samples-core</artifactId>
<name>AEM Authoring Toolkit - Samples Core</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<packaging>bundle</packaging>

Expand All @@ -37,7 +37,6 @@
</build>

<dependencies>
<!-- Foreign -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
Expand All @@ -51,10 +50,8 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>

<!-- Internal -->
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>com.exadel.aem</groupId>
<artifactId>aem-authoring-toolkit-api</artifactId>
</dependency>
</dependencies>
Expand Down
5 changes: 3 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>aem-authoring-toolkit-samples</artifactId>
<groupId>com.exadel.aem</groupId>
<name>AEM Authoring Toolkit - Samples</name>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<packaging>pom</packaging>

Expand All @@ -24,7 +24,7 @@
<port>4502</port>
<serviceUrl>http://${host}:${port}/crx/packmgr/service.jsp</serviceUrl>
<project.jcrAppFolder>authoring-toolkit/samples</project.jcrAppFolder>
<aat.version>1.2.1-SNAPSHOT</aat.version>
<aat.version>1.2.1</aat.version>
</properties>

<build>
Expand Down Expand Up @@ -92,6 +92,7 @@

<dependencyManagement>
<dependencies>

<!-- Foreign -->
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 7fa1dfd

Please sign in to comment.