Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Elbers committed May 11, 2020
1 parent 1aa06da commit 2e01d0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.uni_leipzig.asv</groupId>
<artifactId>clarin.webservices.pidservices2</artifactId>

<version>4.0-SNAPSHOT</version>
<version>4.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>

Expand Down
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

mvn deploy:deploy-file -X -DpomFile=pom.xml \
-Dfile=target/clarin.webservices.pidservices2-3.1.jar \
-DrepositoryId=Clarin \
-Durl=https://nexus.clarin.eu/repository/Clarin

0 comments on commit 2e01d0c

Please sign in to comment.