Skip to content

Commit

Permalink
#88911 Changed version to 1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Sinev committed Sep 29, 2020
1 parent 2871ff3 commit 00fa04f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.payneteasy</groupId>
<artifactId>pos-proxy</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<artifactId>pos-proxy</artifactId>
<groupId>com.payneteasy</groupId>
<version>1.0-1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>

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

Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.payneteasy.pos-proxy</groupId>
<artifactId>server</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.payneteasy</groupId>
<artifactId>pos-proxy</artifactId>
<version>1.0-1-SNAPSHOT</version>
<version>1.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 00fa04f

Please sign in to comment.