Skip to content

Commit

Permalink
#214, once more
Browse files Browse the repository at this point in the history
  • Loading branch information
berndmoos committed Dec 8, 2024
1 parent c67d3f5 commit 261a74a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.zumult</groupId>
<artifactId>ProtoZumult</artifactId>
<version>1.0</version>
<artifactId>zumultapi</artifactId>
<version>0.0.1-alpha</version>
<!-- <packaging>war</packaging> -->
<packaging>jar</packaging>
<name>ZuMultMVN</name>
<name>zumultapi</name>

<!-- related to #214 -->
<repositories>
<repository>
<id>github-manual</id>
<url>https://raw.githubusercontent.com/Exmaralda-Org/exmaralda/master/src/build/webjar/</url>
</repository>
</repositories> <url>https://zumult.org/</url>
</repositories>
<url>https://zumult.org/</url>
<build>
<finalName>${project.artifactId}</finalName>
<resources>
Expand Down Expand Up @@ -270,4 +271,12 @@
</plugin>
</plugins>
</reporting>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/zumult-org/zumultapi</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 261a74a

Please sign in to comment.