Skip to content

Commit

Permalink
Update addons-parent-pom Artifact & Release maven-parent-pom 27-M04 -…
Browse files Browse the repository at this point in the history
… Meeds-7065 (#8)
  • Loading branch information
halaya authored Jun 28, 2024
1 parent 1f9b09d commit 1da21ea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>27-M03</version>
<groupId>io.meeds</groupId>
<version>27-M04</version>
<relativePath />
</parent>
<groupId>org.exoplatform.addons</groupId>
<groupId>io.meeds.addons</groupId>
<artifactId>addons-parent-pom</artifactId>
<version>18-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo AddOns Parent POM</name>
<name>Meeds AddOns Parent POM</name>
<description>Maven Parent POM for eXo AddOns projects</description>
<scm>
<connection>scm:git:git://github.com/exo-addons/addons-parent-pom.git</connection>
<developerConnection>scm:git:[email protected]:exo-addons/addons-parent-pom.git</developerConnection>
<connection>scm:git:git://github.com/Meeds-io/addons-parent-pom.git</connection>
<developerConnection>scm:git:[email protected]:Meeds-io/addons-parent-pom.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/exo-addons/addons-parent-pom</url>
<url>https://github.com/Meeds-io/addons-parent-pom</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/exo-addons/addons-parent-pom/issues</url>
<url>https://github.com/Meeds-io/addons-parent-pom/issues</url>
</issueManagement>
<properties>
<!-- **************************************** -->
Expand All @@ -49,6 +49,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- Repositories URLs -->
<!-- Using DAV for large artifacts - PAR-156 -->
<!-- **************************************** -->
<exo.snapshots.repo.url>https://repository.exoplatform.org/content/repositories/exo-addons-snapshots</exo.snapshots.repo.url>
<exo.snapshots.repo.url>https://repository.exoplatform.org/content/repositories/meeds-snapshots</exo.snapshots.repo.url>
</properties>
</project>

0 comments on commit 1da21ea

Please sign in to comment.