Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
eo-cqrs
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Aug 28, 2023
1 parent 6f8d928 commit 1b92825
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 25 deletions.
32 changes: 15 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactId>parent</artifactId>
<version>0.59.0</version>
</parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>quilice17-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>qulice</name>
Expand All @@ -48,44 +48,42 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</modules>
<description>Quality control library, integrating together other static analysis and validation tools and instruments.</description>
<url>https://www.qulice.com</url>
<inceptionYear>2011</inceptionYear>
<inceptionYear>2023</inceptionYear>
<organization>
<name>Qulice.com</name>
<url>https://www.qulice.com</url>
</organization>
<licenses>
<license>
<name>BSD</name>
<url>https://www.qulice.com/LICENSE.txt</url>
<distribution>repo</distribution>
<name>MIT</name>
<url>https://github.com/eo-cqrs/qulice17/blob/master/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>1</id>
<name>Yegor Bugayenko</name>
<email>[email protected].com</email>
<organization>Zerocracy</organization>
<organizationUrl>https://www.zerocracy.com</organizationUrl>
<name>Aliaksei Bialiauski</name>
<email>aliaksei.bialiauski@hey.com</email>
<organization>Solvd</organization>
<organizationUrl>https://www.solvd.com/</organizationUrl>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
<timezone>-7</timezone>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/yegor256/qulice/issues</url>
<url>https://github.com/eo-cqrs/qulice17/issues</url>
</issueManagement>
<scm>
<connection>scm:git:[email protected]:yegor256/qulice.git</connection>
<developerConnection>scm:git:[email protected]:yegor256/qulice.git</developerConnection>
<url>https://github.com/yegor256/qulice</url>
<connection>scm:git:[email protected]:eo-cqrs/qulice17.git</connection>
<developerConnection>scm:git:[email protected]:eo-cqrs/qulice17.git</developerConnection>
<url>https://github.com/eo-cqrs/qulice17</url>
</scm>
<ciManagement>
<system>travis</system>
<url>https://travis-ci.org/yegor256/qulice</url>
<system>GitHub Actions</system>
<url>https://github.com/eo-cqrs/qulice17/actions</url>
</ciManagement>
<distributionManagement>
<site>
Expand Down
4 changes: 2 additions & 2 deletions qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>quilice17-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>qulice-checkstyle</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions qulice-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>quilice17-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>qulice-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions qulice-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>quilice17-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>qulice-pmd</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions qulice-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
<groupId>io.github.eo-cqrs</groupId>
<artifactId>quilice17-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>qulice-spi</artifactId>
Expand Down

0 comments on commit 1b92825

Please sign in to comment.