Skip to content

Commit

Permalink
fixed the urls for the projects
Browse files Browse the repository at this point in the history
  • Loading branch information
243826 committed Dec 22, 2020
1 parent cfb531d commit f53d216
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

<groupId>com.celeral</groupId>
<artifactId>parent</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
<packaging>pom</packaging>

<name>${project.organization.name} - ${project.artifactId}</name>
<url>${project.organization.url}/product/${project.artifactId}</url>
<url>${project.organization.url}product</url>
<description>Parent pom for all the ${project.organization.name} projects.</description>

<licenses>
Expand Down Expand Up @@ -60,9 +60,9 @@
</developers>

<scm>
<connection>scm:git:[email protected]:${project.organization.name}/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:${project.organization.name}/${project.artifactId}.git</developerConnection>
<url>[email protected]:${project.organization.name}/${project.artifactId}.git</url>
<connection>scm:git:[email protected]:${project.organization.name}</connection>
<developerConnection>scm:git:[email protected]:${project.organization.name}</developerConnection>
<url>[email protected]:${project.organization.name}</url>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -210,7 +210,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.2</version>
<version>1.2.5</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand Down

0 comments on commit f53d216

Please sign in to comment.