Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
interair committed May 29, 2017
1 parent b37789d commit 503caae
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>dm-parent</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion balancer-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dm-parent</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dm-parent</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/gateway-balancer-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gateway-balancer-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/gateway-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gateway-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/platform-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>dm-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion doc/agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The problems listed have caused issues with agent development:
## Agent Image ##

New version (1.2) of system can work without the agent installed but we have implement the new agent with proxy of Docker
connection (1.2.1). Agent is connected to Docker via unix socket. Port 8771 is opened with SSL encryption and
connection (1.2.2). Agent is connected to Docker via unix socket. Port 8771 is opened with SSL encryption and
authorization (credentials admin:password, see 'dm.auth.adminPassword' option of agent)

Copy start string from 'Admin' -> 'Add node'
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.codeabovelab.dm</groupId>
<artifactId>dm-parent</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>pom</packaging>
<name>Haven platform</name>

Expand Down Expand Up @@ -241,32 +241,32 @@
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>cluster-manager</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-utils</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>gateway-common</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>platform-common</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>mail</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

<!-- SPRING -->
Expand Down

0 comments on commit 503caae

Please sign in to comment.