|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.nhind</groupId> |
7 | 7 | <artifactId>xdmail</artifactId> |
8 | | - <version>6.1-SNAPSHOT</version> |
| 8 | + <version>6.0.1-SNAPSHOT</version> |
9 | 9 | <name>NHIN Direct XD* Mail Gateway</name> |
10 | 10 | <description>NHIN Direct XD* Mail Gateway</description> |
11 | 11 | <url>https://github.com/DirectProjectJavaRI/xdmail</url> |
|
35 | 35 | <parent> |
36 | 36 | <groupId>org.springframework.boot</groupId> |
37 | 37 | <artifactId>spring-boot-dependencies</artifactId> |
38 | | - <version>2.1.2.RELEASE</version> |
| 38 | + <version>2.1.3.RELEASE</version> |
39 | 39 | </parent> |
40 | 40 | <scm> |
41 | 41 | <url>https://github.com/DirectProjectJavaRI/xdmail.git</url> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.springframework.boot</groupId> |
48 | 48 | <artifactId>spring-boot-dependencies</artifactId> |
49 | | - <version>2.1.2.RELEASE</version> |
| 49 | + <version>2.1.3.RELEASE</version> |
50 | 50 | <type>pom</type> |
51 | 51 | <scope>import</scope> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>org.springframework.cloud</groupId> |
55 | 55 | <artifactId>spring-cloud-starter-parent</artifactId> |
56 | | - <version>Greenwich.RELEASE</version> |
| 56 | + <version>Greenwich.SR1</version> |
57 | 57 | <type>pom</type> |
58 | 58 | <scope>import</scope> |
59 | 59 | </dependency> |
|
120 | 120 | <dependency> |
121 | 121 | <groupId>org.nhind</groupId> |
122 | 122 | <artifactId>xd-common</artifactId> |
123 | | - <version>6.0</version> |
| 123 | + <version>6.0.1-SNAPSHOT</version> |
124 | 124 | <scope>compile</scope> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.nhind</groupId> |
128 | 128 | <artifactId>agent</artifactId> |
129 | | - <version>6.0</version> |
| 129 | + <version>6.0.3-SNAPSHOT</version> |
130 | 130 | <scope>compile</scope> |
131 | 131 | </dependency> |
132 | 132 | <dependency> |
133 | 133 | <groupId>org.nhind</groupId> |
134 | 134 | <artifactId>gateway</artifactId> |
135 | | - <version>6.0</version> |
| 135 | + <version>6.0.2-SNAPSHOT</version> |
136 | 136 | <scope>compile</scope> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
|
0 commit comments