Skip to content

Commit

Permalink
begin with next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Sep 29, 2024
1 parent aa8526e commit cd23bab
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
*/

group = "de.jfachwert"
version = "6.0.0"
version = "6.0.1-SNAPSHOT"

object Meta {
const val desc = "Implementierung einiger Fachwerte nach dem WAM-Ansatz"
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>jfachwert-parent</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domains/bank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/formular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/math/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/med/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>jfachwert-parent</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/post/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/rechnung/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/steuer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion domains/zeit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>domains</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jfachwert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>jfachwert-parent</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>jfachwert</artifactId>
Expand Down
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.jfachwert</groupId>
<artifactId>jfachwert-parent</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion src/script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

# passphrase is needed for signing
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jfachwert</groupId>
<artifactId>jfachwert-parent</artifactId>
<version>6.0.0</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>test</artifactId>
Expand Down

0 comments on commit cd23bab

Please sign in to comment.