Skip to content

Commit 5bd20e1

Browse files
committed
ci(deploy): Skip deployment for demo project.
1 parent 15c4bb1 commit 5bd20e1

File tree

15 files changed

+22
-15
lines changed

15 files changed

+22
-15
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>configured-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.1.4</version>
8+
<version>4.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<properties>

demo/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>configured-parent</artifactId>
77
<groupId>cc.carm.lib</groupId>
8-
<version>4.1.4</version>
8+
<version>4.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<properties>
@@ -146,6 +146,13 @@
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-javadoc-plugin</artifactId>
148148
</plugin>
149+
<plugin>
150+
<groupId>org.apache.maven.plugins</groupId>
151+
<artifactId>maven-deploy-plugin</artifactId>
152+
<configuration>
153+
<skip>true</skip>
154+
</configuration>
155+
</plugin>
149156
<plugin>
150157
<groupId>org.jetbrains.kotlin</groupId>
151158
<artifactId>kotlin-maven-plugin</artifactId>

features/commentable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/section/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/validators/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

features/versioned/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>cc.carm.lib</groupId>
88
<artifactId>configured-parent</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>cc.carm.lib</groupId>
1717
<artifactId>configured-parent</artifactId>
1818
<packaging>pom</packaging>
19-
<version>4.1.4</version>
19+
<version>4.1.5</version>
2020
<modules>
2121
<module>core</module>
2222
<module>features/section</module>

0 commit comments

Comments
 (0)