Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drallieiv committed Apr 29, 2021
1 parent 0dcbb72 commit 05cc9b8
Show file tree
Hide file tree
Showing 11 changed files with 609 additions and 621 deletions.
97 changes: 48 additions & 49 deletions KinanCity-captcha-2captcha/pom.xml
Original file line number Diff line number Diff line change
@@ -1,50 +1,49 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>kinancity-captcha-2captcha</artifactId>

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

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</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>
</dependencies>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2</version>
</parent>
<artifactId>kinancity-captcha-2captcha</artifactId>

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

<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</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>
</dependencies>
</project>
89 changes: 44 additions & 45 deletions KinanCity-captcha-AntiCaptcha/pom.xml
Original file line number Diff line number Diff line change
@@ -1,46 +1,45 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>kinancity-captcha-anticaptcha</artifactId>


<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.2-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>
</dependencies>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2</version>
</parent>
<artifactId>kinancity-captcha-anticaptcha</artifactId>


<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.2</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>
</dependencies>
</project>
77 changes: 38 additions & 39 deletions KinanCity-captcha-ImageTypers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>kinancity-captcha-imagetypers</artifactId>

<dependencies>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.2-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>
</dependencies>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2</version>
</parent>
<artifactId>kinancity-captcha-imagetypers</artifactId>

<dependencies>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-captcha-api</artifactId>
<version>2.1.2</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>
</dependencies>
</project>
77 changes: 38 additions & 39 deletions KinanCity-captcha-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,39 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
</parent>
<artifactId>kinancity-captcha-api</artifactId>

<dependencies>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>ptc-api</artifactId>
<version>${project.version}</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>
</dependencies>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.kinancity</groupId>
<artifactId>kinancity-parent</artifactId>
<version>2.1.2</version>
</parent>
<artifactId>kinancity-captcha-api</artifactId>

<dependencies>

<dependency>
<groupId>com.kinancity</groupId>
<artifactId>ptc-api</artifactId>
<version>${project.version}</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>
</dependencies>
</project>
Loading

0 comments on commit 05cc9b8

Please sign in to comment.