Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/arces-wot/sepa.git
Browse files Browse the repository at this point in the history
  • Loading branch information
lroffia committed May 29, 2024
2 parents 313e7ad + 13be864 commit 9430621
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -DskipTests -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn -DskipTests deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
</modules>
<name>SEPA Project</name>
<url>https://github.com/vaimee/SEPA.git</url>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.0.0-SNAPSHOT</revision>
<update>0</update>
</properties>
<licenses>
<license>
<name>GNU Lesser General Public License v3.0</name>
Expand Down Expand Up @@ -51,6 +44,13 @@
<url>https://github.com/vaimee/SEPA</url>
</scm>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>v0.15.0</revision>
<update>0</update>
</properties>
<distributionManagement>
<repository>
<id>github</id>
Expand Down Expand Up @@ -205,4 +205,4 @@
<version>1.5.3</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 9430621

Please sign in to comment.