Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 11, 2024
1 parent 7062c62 commit cc11195
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions applications/blogs/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-blogs</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kyanite-blogs-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Blogs backend</name>
<description>Contains blogs backend.</description>

Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-common-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion applications/blogs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions applications/common/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-common</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kyanite-common-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Common backend</name>
<description>Contains application backend.</description>

Expand Down
4 changes: 2 additions & 2 deletions applications/common/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-common</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kyanite-common-frontend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Common frontend</name>
<description>Contains application frontend.</description>

Expand Down
2 changes: 1 addition & 1 deletion applications/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions applications/extensions/kyanite-richtext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>kyanite-richtext</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Extensions RTE extensions module</name>
<description>RTE extensions module</description>

Expand Down
4 changes: 2 additions & 2 deletions applications/extensions/kyanite-table-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kyanite-table-service</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Extensions Table Service</name>
<description>Table Service module</description>

Expand Down
4 changes: 2 additions & 2 deletions applications/extensions/kyanite-table-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kyanite-table-view</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Extensions Table View</name>
<description>Table View module</description>

Expand Down
4 changes: 2 additions & 2 deletions applications/extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kyanite-extensions</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Extensions</name>
<description>Parent for extension modules.</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions applications/fragments/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-fragments</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kyanite-fragments-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<name>Kyanite Components Project - Fragments backend</name>
<description>Contains application backend.</description>

Expand Down
2 changes: 1 addition & 1 deletion applications/fragments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-applications</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
</parent>

<artifactId>kyanite-content</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
</parent>

<artifactId>kyanite-distribution</artifactId>
Expand All @@ -46,31 +46,31 @@
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-common-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-blogs-backend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-common-frontend</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-table-view</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-richtext</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>

<name>Kyanite Components Project</name>
<packaging>pom</packaging>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:git://github.com/websight-io/kyanite.git</connection>
<developerConnection>scm:git:[email protected]:websight-io/kyanite.git</developerConnection>
<url>https://github.com/websight-io/kyanite</url>
<tag>v0.7.8</tag>
<tag>HEAD</tag>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion tests/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-tests</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions tests/end-to-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-tests</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -48,14 +48,14 @@
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-distribution</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<classifier>websight-cms-kyanite-project</classifier>
<type>slingosgifeature</type>
</dependency>
<dependency>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite-tests-content</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.kyanite</groupId>
<artifactId>kyanite</artifactId>
<version>0.7.8</version>
<version>0.7.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit cc11195

Please sign in to comment.