Skip to content

Commit 16ec7a5

Browse files
committed
chore: bump to 1.0.4-SNAPSHOT
1 parent 1907361 commit 16ec7a5

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

license-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.bsayli</groupId>
88
<artifactId>license-generator</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.0.4-SNAPSHOT</version>
1010

1111
<properties>
1212
<java.version>21</java.version>

licensing-service-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.bsayli</groupId>
88
<artifactId>licensing-service-client</artifactId>
9-
<version>1.0.3</version>
9+
<version>1.0.4-SNAPSHOT</version>
1010
<name>licensing-service-client</name>
1111
<description>Generated client for licensing-service using generics-aware OpenAPI templates</description>
1212
<packaging>jar</packaging>

licensing-service-sdk-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.bsayli</groupId>
66
<artifactId>licensing-service-sdk-cli</artifactId>
7-
<version>1.0.3</version>
7+
<version>1.0.4-SNAPSHOT</version>
88
<name>licensing-service-sdk-cli</name>
99
<description>Licensing Service Sdk Cli</description>
1010

licensing-service-sdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>io.github.bsayli</groupId>
1313
<artifactId>licensing-service-sdk</artifactId>
14-
<version>1.0.3</version>
14+
<version>1.0.4-SNAPSHOT</version>
1515
<name>licensing-service-sdk</name>
1616
<description>Licensing Service SDK App</description>
1717

@@ -21,7 +21,7 @@
2121
<java.version>21</java.version>
2222
<springdoc-openapi-starter.version>2.8.13</springdoc-openapi-starter.version>
2323
<commons-lang3.version>3.18.0</commons-lang3.version>
24-
<licensing-service-client.version>1.0.3</licensing-service-client.version>
24+
<licensing-service-client.version>1.0.4-SNAPSHOT</licensing-service-client.version>
2525
<jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
2626
</properties>
2727

licensing-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>io.github.bsayli</groupId>
1313
<artifactId>licensing-service</artifactId>
14-
<version>1.0.3</version>
14+
<version>1.0.4-SNAPSHOT</version>
1515
<name>licensing-service</name>
1616
<description>Licensing Service App</description>
1717
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.bsayli</groupId>
77
<artifactId>licensing-aggregator</artifactId>
8-
<version>1.0.3</version>
8+
<version>1.0.4-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>licensing (aggregator)</name>
1111

0 commit comments

Comments
 (0)