Skip to content

Commit

Permalink
fix: Fix Nexus Repo URL - MEED-7065
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and halaya committed Jun 28, 2024
1 parent eb0d6cd commit e06187f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<it.verbose>false</it.verbose>
<!-- Unit tests coverage ratio -->
<exo.test.coverage.ratio>0.2</exo.test.coverage.ratio>

<exo.snapshots.repo.url>https://repository.exoplatform.org/content/repositories/meeds-snapshots</exo.snapshots.repo.url>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -234,7 +236,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>io.meeds.platform.am.AddonsManager</Main-Class>
<Main-Class>org.exoplatform.platform.am.AddonsManager</Main-Class>
<Date>${maven.build.timestamp}</Date>
<Implementation-URL>${project.url}</Implementation-URL>
<SCM-URL>${project.scm.connection}</SCM-URL>
Expand Down

0 comments on commit e06187f

Please sign in to comment.