Skip to content

Commit f92684f

Browse files
committed
Change version to 0.1.0-RELEASE
1 parent 64e3cc4 commit f92684f

File tree

13 files changed

+13
-13
lines changed
  • playground-service-adapters
  • playground-service-application
  • playground-service-core

13 files changed

+13
-13
lines changed

playground-service-adapters/playground-service-kafka-commands-senders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-adapters</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-kafka-commands-senders</artifactId>

playground-service-adapters/playground-service-rest-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-adapters</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-rest-adapter</artifactId>

playground-service-adapters/playground-service-spring-data-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-adapters</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-spring-data-adapter</artifactId>

playground-service-adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-adapters</artifactId>

playground-service-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-application</artifactId>

playground-service-core/playground-service-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-core</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-domain</artifactId>

playground-service-core/playground-service-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-core</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-models</artifactId>

playground-service-core/playground-service-ports/playground-service-command-messages-senders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-ports</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-command-messages-senders</artifactId>

playground-service-core/playground-service-ports/playground-service-repositories/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-ports</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-repositories</artifactId>

playground-service-core/playground-service-ports/playground-service-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ar.edu.itba.cep</groupId>
99
<artifactId>playground-service-ports</artifactId>
10-
<version>0.0.1-RELEASE</version>
10+
<version>0.1.0-RELEASE</version>
1111
</parent>
1212

1313
<artifactId>playground-service-services</artifactId>

0 commit comments

Comments
 (0)