Skip to content

Commit

Permalink
Release 4 gebaut und deploy't
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Jan 17, 2019
1 parent 4ec2026 commit be97e75
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deprecated/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>gdv-xport-deprecated</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes.adoc
Expand Up @@ -8,7 +8,7 @@



== 4.0 (Jan-2019)
== 4.0 (20-Jan-2019)

* Aktualisierung auf die aktuelle XML-Version von 2018.
* Bezeichner-Klasse wurde aufgeräumt und falsche bzw. nicht benötigte Konstanten entfernt.
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>gdv-xport-lib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>GDV.XPort</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.oboehm</groupId>
<artifactId>gdv-xport</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>gdv-xport-service</artifactId>
Expand Down
3 changes: 2 additions & 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=3.2.3
VERSION=4.0.0
options="gpg:sign-and-deploy-file -Durl=$URL -DrepositoryId=sonatype-nexus-staging"

# passphrase is needed for signing
Expand Down Expand Up @@ -56,3 +56,4 @@ deploy_war_for() {
deploy_pom_for gdv-xport
deploy_jar_for lib gdv-xport-lib
deploy_war_for service gdv-xport-service
deploy_jar_for deprecated gdv-xport-deprecated

0 comments on commit be97e75

Please sign in to comment.