Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kinancity-parent-2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drallieiv committed Jul 25, 2023
1 parent ffc9c7f commit fec98ee
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 89 deletions.
4 changes: 2 additions & 2 deletions KinanCity-captcha-2captcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-captcha-2captcha</artifactId>

<dependencies>
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions KinanCity-captcha-AntiCaptcha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-captcha-anticaptcha</artifactId>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<!-- Lombok -->
Expand Down
4 changes: 2 additions & 2 deletions KinanCity-captcha-ImageTypers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-captcha-imagetypers</artifactId>

Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<!-- Lombok -->
Expand Down
2 changes: 1 addition & 1 deletion KinanCity-captcha-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-captcha-api</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions KinanCity-captcha-captchaai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kinancity-parent</artifactId>
<groupId>com.kinancity</groupId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions KinanCity-captcha-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-captcha-client</artifactId>

<dependencies>
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-anticaptcha</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<!-- Lombok -->
Expand Down
118 changes: 58 additions & 60 deletions KinanCity-captcha-deathbycaptcha/pom.xml
Original file line number Diff line number Diff line change
@@ -1,61 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kinancity-parent</artifactId>
<groupId>com.kinancity</groupId>
<version>2.1.13-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kinancity-captcha-deathbycaptcha</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
</dependency>

<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>uk.org.lidalia</groupId>
<artifactId>sysout-over-slf4j</artifactId>
<version>1.0.2</version>
</dependency>

</dependencies>

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>kinancity-parent</artifactId>
<groupId>com.kinancity</groupId>
<version>2.1.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>kinancity-captcha-deathbycaptcha</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.13</version>
</dependency>

<!-- Lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>uk.org.lidalia</groupId>
<artifactId>sysout-over-slf4j</artifactId>
<version>1.0.2</version>
</dependency>

</dependencies>

</project>
6 changes: 3 additions & 3 deletions KinanCity-captcha-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>kinancity-captcha-server</artifactId>
<version>2.1.11-SNAPSHOT</version>
<version>2.1.11</version>

<repositories>
<repository>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-anticaptcha</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<!-- Lombok -->
Expand Down Expand Up @@ -116,6 +116,6 @@
</dependencies>

<scm>
<tag>v2.1.8</tag>
<tag>kinancity-parent-2.1.13</tag>
</scm>
</project>
18 changes: 9 additions & 9 deletions KinanCity-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>

<artifactId>kinancity-core</artifactId>
Expand All @@ -21,49 +21,49 @@
<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-utils</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-2captcha</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-imagetypers</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-captchaii</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-anticaptcha</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-deathbycaptcha</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-client</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>ptc-api</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion KinanCity-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-mail</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions KinanCity-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>kinancity-utils</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>

<dependencies>
<!-- Lombok -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
<packaging>pom</packaging>

<name>Kinan City</name>
Expand All @@ -12,7 +12,7 @@
<scm>
<url>https://github.com/drallieiv/KinanCity</url>
<developerConnection>scm:git:git@github.com:drallieiv/KinanCity.git</developerConnection>
<tag>v2.1.8</tag>
<tag>kinancity-parent-2.1.13</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ptc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.13-SNAPSHOT</version>
<version>2.1.13</version>
</parent>
<artifactId>ptc-api</artifactId>
<name>PTC account creation API</name>
Expand Down

0 comments on commit fec98ee

Please sign in to comment.