Skip to content

Commit 7062c62

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release v0.7.8
1 parent db5a337 commit 7062c62

File tree

18 files changed

+35
-35
lines changed

18 files changed

+35
-35
lines changed

applications/blogs/backend/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite-blogs</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>kyanite-blogs-backend</artifactId>
29-
<version>0.7.8-SNAPSHOT</version>
29+
<version>0.7.8</version>
3030
<name>Kyanite Components Project - Blogs backend</name>
3131
<description>Contains blogs backend.</description>
3232

@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>pl.ds.kyanite</groupId>
142142
<artifactId>kyanite-common-backend</artifactId>
143-
<version>0.7.8-SNAPSHOT</version>
143+
<version>0.7.8</version>
144144
<scope>compile</scope>
145145
</dependency>
146146
</dependencies>

applications/blogs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-applications</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

applications/common/backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-common</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<artifactId>kyanite-common-backend</artifactId>
28-
<version>0.7.8-SNAPSHOT</version>
28+
<version>0.7.8</version>
2929
<name>Kyanite Components Project - Common backend</name>
3030
<description>Contains application backend.</description>
3131

applications/common/frontend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-common</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<artifactId>kyanite-common-frontend</artifactId>
28-
<version>0.7.8-SNAPSHOT</version>
28+
<version>0.7.8</version>
2929
<name>Kyanite Components Project - Common frontend</name>
3030
<description>Contains application frontend.</description>
3131

applications/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-applications</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

applications/extensions/kyanite-richtext/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite-applications</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>kyanite-richtext</artifactId>
29-
<version>0.7.8-SNAPSHOT</version>
29+
<version>0.7.8</version>
3030
<name>Kyanite Components Project - Extensions RTE extensions module</name>
3131
<description>RTE extensions module</description>
3232

applications/extensions/kyanite-table-service/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<parent>
2020
<groupId>pl.ds.kyanite</groupId>
2121
<artifactId>kyanite-applications</artifactId>
22-
<version>0.7.8-SNAPSHOT</version>
22+
<version>0.7.8</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>kyanite-table-service</artifactId>
28-
<version>0.7.8-SNAPSHOT</version>
28+
<version>0.7.8</version>
2929
<name>Kyanite Components Project - Extensions Table Service</name>
3030
<description>Table Service module</description>
3131

applications/extensions/kyanite-table-view/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<parent>
2020
<groupId>pl.ds.kyanite</groupId>
2121
<artifactId>kyanite-applications</artifactId>
22-
<version>0.7.8-SNAPSHOT</version>
22+
<version>0.7.8</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<artifactId>kyanite-table-view</artifactId>
28-
<version>0.7.8-SNAPSHOT</version>
28+
<version>0.7.8</version>
2929
<name>Kyanite Components Project - Extensions Table View</name>
3030
<description>Table View module</description>
3131

applications/extensions/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite-applications</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>kyanite-extensions</artifactId>
29-
<version>0.7.8-SNAPSHOT</version>
29+
<version>0.7.8</version>
3030
<name>Kyanite Components Project - Extensions</name>
3131
<description>Parent for extension modules.</description>
3232
<packaging>pom</packaging>

applications/fragments/backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-fragments</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<artifactId>kyanite-fragments-backend</artifactId>
28-
<version>0.7.8-SNAPSHOT</version>
28+
<version>0.7.8</version>
2929
<name>Kyanite Components Project - Fragments backend</name>
3030
<description>Contains application backend.</description>
3131

applications/fragments/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>pl.ds.kyanite</groupId>
2222
<artifactId>kyanite-applications</artifactId>
23-
<version>0.7.8-SNAPSHOT</version>
23+
<version>0.7.8</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

applications/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

content/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
</parent>
2626

2727
<artifactId>kyanite-content</artifactId>

distribution/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
</parent>
2626

2727
<artifactId>kyanite-distribution</artifactId>
@@ -46,31 +46,31 @@
4646
<dependency>
4747
<groupId>pl.ds.kyanite</groupId>
4848
<artifactId>kyanite-common-backend</artifactId>
49-
<version>0.7.8-SNAPSHOT</version>
49+
<version>0.7.8</version>
5050
<type>pom</type>
5151
</dependency>
5252
<dependency>
5353
<groupId>pl.ds.kyanite</groupId>
5454
<artifactId>kyanite-blogs-backend</artifactId>
55-
<version>0.7.8-SNAPSHOT</version>
55+
<version>0.7.8</version>
5656
<type>pom</type>
5757
</dependency>
5858
<dependency>
5959
<groupId>pl.ds.kyanite</groupId>
6060
<artifactId>kyanite-common-frontend</artifactId>
61-
<version>0.7.8-SNAPSHOT</version>
61+
<version>0.7.8</version>
6262
<type>pom</type>
6363
</dependency>
6464
<dependency>
6565
<groupId>pl.ds.kyanite</groupId>
6666
<artifactId>kyanite-table-view</artifactId>
67-
<version>0.7.8-SNAPSHOT</version>
67+
<version>0.7.8</version>
6868
<type>pom</type>
6969
</dependency>
7070
<dependency>
7171
<groupId>pl.ds.kyanite</groupId>
7272
<artifactId>kyanite-richtext</artifactId>
73-
<version>0.7.8-SNAPSHOT</version>
73+
<version>0.7.8</version>
7474
<type>pom</type>
7575
</dependency>
7676
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>pl.ds.kyanite</groupId>
77
<artifactId>kyanite</artifactId>
8-
<version>0.7.8-SNAPSHOT</version>
8+
<version>0.7.8</version>
99

1010
<name>Kyanite Components Project</name>
1111
<packaging>pom</packaging>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:git://github.com/websight-io/kyanite.git</connection>
2929
<developerConnection>scm:git:[email protected]:websight-io/kyanite.git</developerConnection>
3030
<url>https://github.com/websight-io/kyanite</url>
31-
<tag>HEAD</tag>
31+
<tag>v0.7.8</tag>
3232
</scm>
3333

3434
<organization>

tests/content/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite-tests</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

tests/end-to-end/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite-tests</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

@@ -48,14 +48,14 @@
4848
<dependency>
4949
<groupId>pl.ds.kyanite</groupId>
5050
<artifactId>kyanite-distribution</artifactId>
51-
<version>0.7.8-SNAPSHOT</version>
51+
<version>0.7.8</version>
5252
<classifier>websight-cms-kyanite-project</classifier>
5353
<type>slingosgifeature</type>
5454
</dependency>
5555
<dependency>
5656
<groupId>pl.ds.kyanite</groupId>
5757
<artifactId>kyanite-tests-content</artifactId>
58-
<version>0.7.8-SNAPSHOT</version>
58+
<version>0.7.8</version>
5959
<type>pom</type>
6060
</dependency>
6161
</dependencies>

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>pl.ds.kyanite</groupId>
2323
<artifactId>kyanite</artifactId>
24-
<version>0.7.8-SNAPSHOT</version>
24+
<version>0.7.8</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)