Skip to content

Commit

Permalink
prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Baglio committed Dec 14, 2023
1 parent 897d0ab commit da1e3f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>autocdninvalidator.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Auto CDN Invalidator</name>
<description>Library for automating cache invalidation in content delivery networks connected to AEM.
It reacts to AEM publish events and selectively triggers background jobs to purge related cached URLs, tags or codes based on configurable rules.
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.config.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baglio.autocdninvalidator</groupId>
<artifactId>autocdninvalidator</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit da1e3f2

Please sign in to comment.