Skip to content

Commit

Permalink
Release 6.0 (#9)
Browse files Browse the repository at this point in the history
* [prepare-release] update dependencies to latest releases

* [maven-release-plugin] prepare release celements-product-6.0

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: CI synventis <[email protected]>
  • Loading branch information
msladek and ci-synventis authored Aug 16, 2023
1 parent d627f3c commit 489aa88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
<parent>
<groupId>com.celements</groupId>
<artifactId>celements</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>celements-product</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.1-SNAPSHOT</version>
<description>Celements Product</description>
<dependencies>
<dependency>
<groupId>com.celements</groupId>
<artifactId>celements-model</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.celements</groupId>
<artifactId>celements-core</artifactId>
<version>6.0-SNAPSHOT</version>
<version>6.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 489aa88

Please sign in to comment.