Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
alapierre committed Oct 23, 2023
1 parent ac54da4 commit fa5094f
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ksef-api-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.alapierre.ksef</groupId>
<artifactId>ksef-java</artifactId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>

<artifactId>ksef-api-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksef-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-client-jdk11-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-client-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-client-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-dss-facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-json-serializer-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-json-serializer-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions ksef-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>ksef-sample</artifactId>

<properties>
<ksef.client.version>2.0.20</ksef.client.version>
<ksef.client.version>2.0.21-SNAPSHOT</ksef.client.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion ksef-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.alapierre.ksef</groupId>
<artifactId>ksef-java</artifactId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>

<artifactId>ksef-test-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ksef-token-facade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-xml-model-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ksef-xml-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>ksef-java</artifactId>
<groupId>io.alapierre.ksef</groupId>
<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.alapierre.ksef</groupId>
<artifactId>ksef-java</artifactId>

<version>2.0.20</version>
<version>2.0.21-SNAPSHOT</version>

<name>KSeF Java Rest Client</name>
<description>Krajowy System eFaktur Rest API Java Klient</description>
Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:[email protected]:alapierre/ksef-java-rest-client.git</connection>
<developerConnection>scm:git:[email protected]:alapierre/ksef-java-rest-client.git</developerConnection>
<url>https://github.com/alapierre/ksef-java-rest-client</url>
<tag>2.0.20</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit fa5094f

Please sign in to comment.