|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>direct-smtp-mq-gateway</artifactId> |
6 | | - <version>6.0-SNAPSHOT</version> |
| 6 | + <version>6.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>DirectProject Java RI Lightweight SMTP Server Gateway Standalone Spring Boot Micro-service Application</name> |
9 | 9 | <description>DirectProject Java RI Lightweight SMTP Server Gateway Standalone Spring Boot Micro-service Application</description> |
|
18 | 18 | <parent> |
19 | 19 | <groupId>org.springframework.boot</groupId> |
20 | 20 | <artifactId>spring-boot-starter-parent</artifactId> |
21 | | - <version>2.1.2.RELEASE</version> |
| 21 | + <version>2.1.9.RELEASE</version> |
22 | 22 | </parent> |
23 | 23 | <developers> |
24 | 24 | <developer> |
|
39 | 39 | </licenses> |
40 | 40 | <properties> |
41 | 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
42 | | - </properties> |
43 | | - <repositories> |
44 | | - <!-- Temp repository for Spring Boot Milestone --> |
45 | | - <repository> |
46 | | - <id>spring-milestone</id> |
47 | | - <name>Spring Milestone Releases</name> |
48 | | - <url>https://repo.spring.io/milestone/</url> |
49 | | - </repository> |
50 | | - </repositories> |
| 42 | + </properties> |
51 | 43 | <dependencyManagement> |
52 | 44 | <dependencies> |
53 | 45 | <dependency> |
54 | 46 | <groupId>org.springframework.boot</groupId> |
55 | 47 | <artifactId>spring-boot-dependencies</artifactId> |
56 | | - <version>2.1.2.RELEASE</version> |
| 48 | + <version>2.1.9.RELEASE</version> |
57 | 49 | <type>pom</type> |
58 | 50 | <scope>import</scope> |
59 | 51 | </dependency> |
60 | 52 | <dependency> |
61 | 53 | <groupId>io.pivotal.spring.cloud</groupId> |
62 | 54 | <artifactId>spring-cloud-services-dependencies</artifactId> |
63 | | - <version>2.0.3.RELEASE</version> |
| 55 | + <version>2.1.4.RELEASE</version> |
64 | 56 | <type>pom</type> |
65 | 57 | <scope>import</scope> |
66 | 58 | </dependency> |
67 | 59 | <dependency> |
68 | 60 | <groupId>org.springframework.cloud</groupId> |
69 | 61 | <artifactId>spring-cloud-starter-parent</artifactId> |
70 | | - <version>Greenwich.RC1</version> |
| 62 | + <version>Greenwich.SR3</version> |
71 | 63 | <type>pom</type> |
72 | 64 | <scope>import</scope> |
73 | 65 | </dependency> |
|
122 | 114 | <dependency> |
123 | 115 | <groupId>org.nhind</groupId> |
124 | 116 | <artifactId>direct-common</artifactId> |
125 | | - <version>6.0-SNAPSHOT</version> |
| 117 | + <version>6.0.1</version> |
126 | 118 | </dependency> |
127 | 119 | <dependency> |
128 | 120 | <groupId>org.subethamail</groupId> |
|
187 | 179 | </plugin> |
188 | 180 | <plugin> |
189 | 181 | <groupId>org.springframework.boot</groupId> |
190 | | - <artifactId>spring-boot-maven-plugin</artifactId> |
| 182 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 183 | + <configuration> |
| 184 | + <jvmArguments> |
| 185 | + -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5006 |
| 186 | + </jvmArguments> |
| 187 | + </configuration> |
191 | 188 | </plugin> |
192 | 189 | <!-- for releases only |
193 | 190 | <plugin> |
194 | 191 | <groupId>org.apache.maven.plugins</groupId> |
195 | 192 | <artifactId>maven-javadoc-plugin</artifactId> |
196 | | - <version>2.6.1</version> |
| 193 | + <version>2.9.1</version> |
197 | 194 | <configuration> |
198 | 195 | <charset>UTF-8</charset> |
199 | 196 | <docencoding>UTF-8</docencoding> |
|
282 | 279 | </tags> |
283 | 280 | </configuration> |
284 | 281 | </plugin> |
285 | | - <plugin> |
286 | | - <groupId>com.atlassian.maven.plugins</groupId> |
287 | | - <artifactId>maven-clover2-plugin</artifactId> |
288 | | - <version>3.0.2</version> |
289 | | - <configuration> |
290 | | - <licenseLocation>${project.basedir}/../../licenses/clover.license</licenseLocation> |
291 | | - </configuration> |
292 | | - </plugin> |
293 | 282 | </plugins> |
294 | 283 | </reporting> |
295 | 284 | <distributionManagement> |
|
0 commit comments