|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>gateway</artifactId> |
6 | 6 | <name>Direct Project Agent Gateways.</name> |
7 | | - <version>6.1-SNAPSHOT</version> |
| 7 | + <version>6.0.2-SNAPSHOT</version> |
8 | 8 | <description>Direct Project security agent gateways and bridges.</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>https://github.com/DirectProjectJavaRI/gateway</url> |
|
28 | 28 | <parent> |
29 | 29 | <groupId>org.springframework.boot</groupId> |
30 | 30 | <artifactId>spring-boot-dependencies</artifactId> |
31 | | - <version>2.1.2.RELEASE</version> |
| 31 | + <version>2.1.3.RELEASE</version> |
32 | 32 | </parent> |
33 | 33 | <scm> |
34 | 34 | <url>https://nhin-d.googlecode.com/hg/java/gateway/</url> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.springframework.boot</groupId> |
47 | 47 | <artifactId>spring-boot-dependencies</artifactId> |
48 | | - <version>2.1.2.RELEASE</version> |
| 48 | + <version>2.1.3.RELEASE</version> |
49 | 49 | <type>pom</type> |
50 | 50 | <scope>import</scope> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.springframework.cloud</groupId> |
54 | 54 | <artifactId>spring-cloud-starter-parent</artifactId> |
55 | | - <version>Greenwich.RELEASE</version> |
| 55 | + <version>Greenwich.SR1</version> |
56 | 56 | <type>pom</type> |
57 | 57 | <scope>import</scope> |
58 | 58 | </dependency> |
|
62 | 62 | <dependency> |
63 | 63 | <groupId>org.nhind</groupId> |
64 | 64 | <artifactId>agent</artifactId> |
65 | | - <version>6.0.1</version> |
| 65 | + <version>6.0.3-SNAPSHOT</version> |
66 | 66 | </dependency> |
67 | 67 | <dependency> |
68 | 68 | <groupId>org.nhind</groupId> |
69 | 69 | <artifactId>direct-common</artifactId> |
70 | | - <version>6.0</version> |
| 70 | + <version>6.0.1-SNAPSHOT</version> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.nhind</groupId> |
74 | 74 | <artifactId>direct-common-audit</artifactId> |
75 | | - <version>6.0</version> |
| 75 | + <version>6.0.1-SNAPSHOT</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.nhind</groupId> |
79 | 79 | <artifactId>config-service-client</artifactId> |
80 | | - <version>6.0</version> |
| 80 | + <version>6.0.1-SNAPSHOT</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.nhind</groupId> |
84 | 84 | <artifactId>direct-msg-monitor-client</artifactId> |
85 | | - <version>6.0</version> |
| 85 | + <version>6.0.1-SNAPSHOT</version> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.nhind</groupId> |
89 | 89 | <artifactId>xd-common</artifactId> |
90 | | - <version>6.0</version> |
| 90 | + <version>6.0.1-SNAPSHOT</version> |
91 | 91 | <exclusions> |
92 | 92 | <exclusion> |
93 | 93 | <groupId>org.springframework.boot</groupId> |
|
103 | 103 | <dependency> |
104 | 104 | <groupId>org.nhind</groupId> |
105 | 105 | <artifactId>agent</artifactId> |
106 | | - <version>6.0</version> |
| 106 | + <version>6.0.3-SNAPSHOT</version> |
107 | 107 | <type>test-jar</type> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
|
156 | 156 | <dependency> |
157 | 157 | <groupId>org.nhind</groupId> |
158 | 158 | <artifactId>config-service-jar</artifactId> |
159 | | - <version>6.0</version> |
| 159 | + <version>6.0.2-SNAPSHOT</version> |
160 | 160 | <scope>test</scope> |
161 | 161 | </dependency> |
162 | 162 | <dependency> |
|
0 commit comments