Skip to content

Commit

Permalink
Changed artifacts to use org.comixedproject for a groupId [#431]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jul 22, 2020
1 parent a86703a commit dba4097
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions comixed-app/pom.xml
Expand Up @@ -4,11 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-app</artifactId>
<version>0.7.0-0</version>
<name>comixed-app</name>
Expand All @@ -19,22 +19,22 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-frontend</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand All @@ -49,7 +49,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>org.comixed.ComiXedApp</mainClass>
<mainClass>org.comixedproject.ComiXedApp</mainClass>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions comixed-frontend/pom.xml
Expand Up @@ -4,11 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-frontend</artifactId>
<name>comixed-frontend</name>
<url>${comixed.url}</url>
Expand Down
8 changes: 4 additions & 4 deletions comixed-importer/pom.xml
Expand Up @@ -4,11 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-importer</artifactId>
<version>0.7.0-0</version>
<name>comixed-importer</name>
Expand All @@ -19,12 +19,12 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions comixed-library/pom.xml
Expand Up @@ -4,11 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<name>comixed-library</name>
<url>${comixed.url}</url>
Expand Down
6 changes: 3 additions & 3 deletions comixed-plugins/pom.xml
Expand Up @@ -4,12 +4,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>0.7.0-0</version>
<name>comixed-plugins</name>
Expand All @@ -21,7 +21,7 @@
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions comixed-rest-api/pom.xml
Expand Up @@ -4,11 +4,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-rest-api</artifactId>
<version>0.7.0-0</version>
<name>comixed-rest-api</name>
Expand All @@ -28,17 +28,17 @@
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-plugins</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions comixed-scrapers/pom.xml
Expand Up @@ -4,23 +4,23 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-scrapers</artifactId>
<version>0.7.0-0</version>
<name>comixed-scrapers</name>
<url>${comixed.url}</url>
<dependencies>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions comixed-services/pom.xml
Expand Up @@ -4,23 +4,23 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-services</artifactId>
<version>0.7.0-0</version>
<name>comixed-services</name>
<url>${comixed.url}</url>
<dependencies>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<version>${comixed.version}</version>
</dependency>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-tasks</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions comixed-tasks/pom.xml
Expand Up @@ -4,17 +4,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<version>0.7.0-0</version>
</parent>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-tasks</artifactId>
<name>comixed-tasks</name>
<url>${comixed.url}</url>
<dependencies>
<dependency>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed-library</artifactId>
<version>${comixed.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
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>
<groupId>org.comixed</groupId>
<groupId>org.comixedproject</groupId>
<artifactId>comixed</artifactId>
<packaging>pom</packaging>
<version>0.7.0-0</version>
Expand Down

0 comments on commit dba4097

Please sign in to comment.