Skip to content

Commit ad095a2

Browse files
v2.0.2 release
1 parent 248398a commit ad095a2

File tree

11 files changed

+16
-10
lines changed

11 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v2.0.2]
10+
11+
### Fixed
12+
13+
- POM issues preventing a complete deployment of 2.0.0
14+
915
## [v2.0.0]
1016

1117
### Added

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.aem.commons</groupId>
2424
<artifactId>assetshare</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.adobe.aem.commons</groupId>
2121
<artifactId>assetshare</artifactId>
22-
<version>2.0.1-SNAPSHOT</version>
22+
<version>2.0.2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<artifactId>assetshare.core</artifactId>

dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.aem.commons</groupId>
99
<artifactId>assetshare</artifactId>
10-
<version>2.0.1-SNAPSHOT</version>
10+
<version>2.0.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>com.adobe.aem.commons</groupId>
1919
<artifactId>assetshare</artifactId>
2020
<packaging>pom</packaging>
21-
<version>2.0.1-SNAPSHOT</version>
21+
<version>2.0.2</version>
2222

2323
<name>Asset Share Commons - Reactor Project</name>
2424
<description>asset-share-commons</description>

ui.apps.structure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.adobe.aem.commons</groupId>
1010
<artifactId>assetshare</artifactId>
11-
<version>2.0.1-SNAPSHOT</version>
11+
<version>2.0.2</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.aem.commons</groupId>
2525
<artifactId>assetshare</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.content.sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.aem.commons</groupId>
2525
<artifactId>assetshare</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

ui.content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.aem.commons</groupId>
2424
<artifactId>assetshare</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

ui.frontend.theme.dark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.aem.commons</groupId>
2525
<artifactId>assetshare</artifactId>
26-
<version>2.0.1-SNAPSHOT</version>
26+
<version>2.0.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)