-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from Meeds-io/artifact
Update maven-parent-pom Artifact - Meeds-7065
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
--> | ||
<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> | ||
<groupId>org.exoplatform</groupId> | ||
<groupId>io.meeds</groupId> | ||
<artifactId>maven-parent-pom</artifactId> | ||
<version>27-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>eXo PLF:: Parent POM</name> | ||
<name>Meeds:: Parent POM</name> | ||
<description>Provides default project configuration for eXo projects</description> | ||
<url>${site.url}</url> | ||
<inceptionYear>2003</inceptionYear> | ||
|
@@ -44,10 +44,10 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:git://github.com/exoplatform/maven-parent-pom.git</connection> | ||
<developerConnection>scm:git:[email protected]:exoplatform/maven-parent-pom.git</developerConnection> | ||
<connection>scm:git:git://github.com/Meeds-io/maven-parent-pom.git</connection> | ||
<developerConnection>scm:git:[email protected]:Meeds-io/maven-parent-pom.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>https://fisheye.exoplatform.org/browse/maven-parent-pom</url> | ||
<url>https://github.com/Meeds-io/maven-parent-pom</url> | ||
</scm> | ||
<issueManagement> | ||
<system>jira</system> | ||
|
@@ -93,7 +93,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
<!-- Repositories URLs --> | ||
<!-- **************************************** --> | ||
<exo.releases.repo.url>https://repository.exoplatform.org/service/local/staging/deploy/maven2/</exo.releases.repo.url> | ||
<exo.snapshots.repo.url>https://repository.exoplatform.org/content/repositories/exo-snapshots</exo.snapshots.repo.url> | ||
<exo.snapshots.repo.url>https://repository.exoplatform.org/content/repositories/meeds-snapshots</exo.snapshots.repo.url> | ||
<exo.public.repo.url>http://repository.exoplatform.org/public/</exo.public.repo.url> | ||
<!-- **************************************** --> | ||
<!-- Site URL --> | ||
|