Skip to content

Commit

Permalink
preparing 0.4...
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Aug 28, 2017
1 parent 07a7b63 commit d2f6c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>de.jfachwert</groupId>
<artifactId>jfachwert</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<name>jFachwert</name>

<description>Implementierung einiger Fachwerte nach dem WAM-Ansatz</description>
Expand Down Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19.1</version>
<version>2.20</version>
</plugin>

</plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/script/deploy.sh
Expand Up @@ -8,7 +8,7 @@

# set up some constants
URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
VERSION=0.3.0
VERSION=0.4.0
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down

0 comments on commit d2f6c5c

Please sign in to comment.