Skip to content

Commit 00fa04f

Browse files
author
Evgeniy Sinev
committed
#88911 Changed version to 1.2-SNAPSHOT
1 parent 2871ff3 commit 00fa04f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

integration-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.payneteasy</groupId>
1212
<artifactId>pos-proxy</artifactId>
13-
<version>1.0-1-SNAPSHOT</version>
13+
<version>1.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<artifactId>pos-proxy</artifactId>
66
<groupId>com.payneteasy</groupId>
7-
<version>1.0-1-SNAPSHOT</version>
7+
<version>1.2-SNAPSHOT</version>
88

99
<name>pos robot ${project.version}</name>
1010

@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.payneteasy.pos-proxy</groupId>
107107
<artifactId>server</artifactId>
108-
<version>1.0-1-SNAPSHOT</version>
108+
<version>1.2-SNAPSHOT</version>
109109
</dependency>
110110

111111
<dependency>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.payneteasy</groupId>
1313
<artifactId>pos-proxy</artifactId>
14-
<version>1.0-1-SNAPSHOT</version>
14+
<version>1.2-SNAPSHOT</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)