Skip to content

Commit

Permalink
Changed the project URL in the pom files [#496]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Oct 16, 2020
1 parent 23d1a26 commit 832540c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion comixed-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-app</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-app</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.comixedproject</groupId>
<artifactId>comixed-frontend</artifactId>
<name>comixed-frontend</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<build>
<resources>
<resource>
Expand Down
2 changes: 1 addition & 1 deletion comixed-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-importer</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-importer</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-model</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-model</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-rest-api</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-rest-api</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-scrapers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-scrapers</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-scrapers</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>comixed-services</artifactId>
<version>0.8.0-SNAPSHOT</version>
<name>comixed-services</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion comixed-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.comixedproject</groupId>
<artifactId>comixed-tasks</artifactId>
<name>comixed-tasks</name>
<url>${comixed.url}</url>
<url>http://www.comixedproject.org</url>
<dependencies>
<dependency>
<groupId>org.comixedproject</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
<version>2.3.1.RELEASE</version>
</parent>
<name>comixed-parent</name>
<url>http://github.com/mcpierce/comixed</url>
<url>http://www.comixedproject.org</url>
<properties>
<assembly.name>local</assembly.name>
<comixed.url>http://www.comixedproject.org</comixed.url>
<comixed.version>0.8.0-SNAPSHOT</comixed.version>
<maven-git-code-format.version>2.4</maven-git-code-format.version>
<java-version>12</java-version>
Expand Down

0 comments on commit 832540c

Please sign in to comment.