Skip to content

Commit e2e56ac

Browse files
committed
update poms
1 parent 313d934 commit e2e56ac

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

aemdesign-aem-author/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.196</version>
11+
<version>2.0.204</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-author</artifactId>
20-
<version>2.0.196</version>
20+
<version>2.0.204</version>
2121
<packaging>content-package</packaging>
2222
<name>AEM Design - Core - AEM Author UI Updates</name>
2323
<description>Updates to OOTB AEM</description>

aemdesign-aem-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.196</version>
11+
<version>2.0.204</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-common</artifactId>
20-
<version>2.0.196</version>
20+
<version>2.0.204</version>
2121
<packaging>content-package</packaging>
2222
<name>AEM Design - Core - AEM Common</name>
2323
<description>AEM Design package with all common components</description>

aemdesign-aem-core-deploy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.196</version>
11+
<version>2.0.204</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -20,7 +20,7 @@
2020
<packaging>content-package</packaging>
2121
<name>AEM Design - Core - Deployment Package</name>
2222
<description>AEM package for deploying all packages as one</description>
23-
<version>2.0.196</version>
23+
<version>2.0.204</version>
2424

2525
<developers>
2626
<developer>

aemdesign-aem-services/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>design.aem</groupId>
1010
<artifactId>aemdesign-aem-core</artifactId>
11-
<version>2.0.196</version>
11+
<version>2.0.204</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

@@ -17,7 +17,7 @@
1717
<!-- ====================================================================== -->
1818

1919
<artifactId>aemdesign-aem-services</artifactId>
20-
<version>2.0.196</version>
20+
<version>2.0.204</version>
2121
<packaging>bundle</packaging>
2222
<name>AEM Design - Core - AEM Services</name>
2323
<description>Project for all AEM and OSGI Services</description>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>design.aem</groupId>
99
<artifactId>aemdesign-aem-core</artifactId>
10-
<version>2.0.196</version>
10+
<version>2.0.204</version>
1111
<packaging>pom</packaging>
1212

1313
<name>AEM Design - Core Project</name>
@@ -161,19 +161,19 @@
161161
<dependency>
162162
<groupId>com.fasterxml.jackson.core</groupId>
163163
<artifactId>jackson-annotations</artifactId>
164-
<version>[2.9.9.1,)</version>
164+
<version>2.8.4</version>
165165
<scope>provided</scope>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-databind</artifactId>
170-
<version>[2.9.9.1,)</version>
170+
<version>2.8.4</version>
171171
<scope>provided</scope>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.fasterxml.jackson.core</groupId>
175175
<artifactId>jackson-core</artifactId>
176-
<version>[2.9.9.1,)</version>
176+
<version>2.8.4</version>
177177
<scope>provided</scope>
178178
</dependency>
179179

0 commit comments

Comments
 (0)