Skip to content

Commit d683f69

Browse files
author
ehernandez
committed
Set release version 1.0.2
1 parent 8a642c4 commit d683f69

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
### Unreleased
44
- No visible changes.
55

6+
### 1.0.2
7+
- Updated Parent version.
8+
69
### 1.0.1
710
- Changed project groupId from "danta" to "io.tikaltechnologies.danta".
811
- Changed parent project artifactId from "DantaAEMBase" to "aem-base".

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ This is to "danta-config-service". To fix this:
6868
## Credit
6969

7070
Special thanks to Jose Alvarez, who named Danta for the powerful ancient Mayan pyramid, La Danta.
71-
La Danta is the largest pyramid in El Mirador—the biggest Mayan city found in Petén, Guatemala.
71+
La Danta is the largest pyramid in El Mirador—the biggest Mayan city found in Petén, Guatemala.

apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.tikaltechnologies.danta</groupId>
2323
<artifactId>aem-base</artifactId>
24-
<version>1.0.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>aem-base-apps</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>io.tikaltechnologies.danta</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>1.0.2-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
<relativePath>../Parent/pom.xml</relativePath>
2626
</parent>
2727
<artifactId>aem-base</artifactId>
2828
<packaging>pom</packaging>
29-
<version>1.0.2-SNAPSHOT</version>
29+
<version>1.0.2</version>
3030
<name>Danta AEM Base</name>
3131
<modules>
3232
<module>apps</module>

0 commit comments

Comments
 (0)