Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Clean up POM; correct release artifact in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
vovtz committed Aug 6, 2019
1 parent c931356 commit c109da5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deploy:
api_key:
secure: mwbVEdnGxARpwdUJ/dE7nt3fbaD1VOLsCIKDjbt0eC/f6mPsy3nAeV3gtbBDVDCV9MZyCzg91RSU//4AaLpwaGLFMtqPub5WXgvGa202pNa9GVE39tRb9eeNsFugpugg9tvNErvWDxKL11yApwWOeNlnt23Ddv0JUIwRgTpPj4muxQSs3ERmHa5lfe4XJGuDmcG9XVz3zE6Dx0rOO1lbAEy/xwdzPTXom9ogTKKbpIHb/teJMm6tBeMl9pwF97P6bshiPRzSmoGoW3XSpzOpmE4cJZYZQFrgJwuEUUSwx5uT88HmCW9IL83zCo1fr/UeCPoaGz0B6YD50D20Jn9Ltl8+vQiuVRLfScfpBPpDNgsr8FRaY2T6+Do1/o/6x6sXPN7YYyOhZYk3b0XeCNlkn2mIqViJD9nmzBcKtWvbXYERfQXpRbJiz3q0qEeEfP1NJ0zsCb6no77m3fXwUnILoJUv3aFUepAzvDn3FMEgQCAMKjBBWaJGM1VolsHqOFn6kU8PhRHHGesIwhLQLJpNolIwCVXmCik+oso8t75wtaYCUZiej0Enw6nYgi+w9MjdJGLMIDCXXJ5liw+BeNnyuTsEUo9YS8I1JUGVGzAMcj4grsqxPljdcVKfMBi0VDprRWgCYUuHVLKOBS78HXqNAkJBw5c2pGrX8sQdS1sPlr0=
file:
- target/cpa-$project_version.zip
- target/cpa-$project_version.jar
skip_cleanup: true
on:
repo: java-ebms-adapter/ebms-admin-console-cpa-plugin
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<artifactId>cpa</artifactId>
<packaging>jar</packaging>
<version>3.0.0</version>
<name>EbMS Admin CPA Plugin</name>
<description></description>
<name>ebMS Admin Console - CPA Plugin</name>
<description>CPA Plugin for the ebMS Admin Console</description>
<url>https://sourceforge.net/projects/javaebmsadmin/cpaplugin</url>

<issueManagement>
Expand All @@ -52,6 +52,7 @@
<scm>
<connection>scm:git:ssh://git.code.sf.net/p/javaebmsadmin/cpaplugin/code</connection>
</scm>

<organization>
<name>Ordina</name>
<url>www.ordina.nl</url>
Expand Down

0 comments on commit c109da5

Please sign in to comment.