|
5 | 5 | <artifactId>direct-project-stock</artifactId> |
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <name>The direct project stock assembly.</name> |
8 | | - <version>6.0-SNAPSHOT</version> |
| 8 | + <version>6.0-RC1</version> |
9 | 9 | <description>Stock assembly for the direct project using the Apache James mail server and the Apache Tomcat web container.</description> |
10 | 10 | <inceptionYear>2010</inceptionYear> |
11 | | - <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-project-stock/${project.version}</url> |
| 11 | + <url>https://github.com/DirectProjectJavaRI/direct-project-stock</url> |
12 | 12 | <developers> |
13 | 13 | <developer> |
14 | 14 | <name>Greg Meyer</name> |
|
39 | 39 | <version>2.1.2.RELEASE</version> |
40 | 40 | </parent> |
41 | 41 | <scm> |
42 | | - <url>scm:git:https://github.com/DirectProject/direct-project-stock.gitt</url> |
43 | | - <connection>scm:git:https://github.com/DirectProject/direct-project-stock.git</connection> |
| 42 | + <url>scm:git:https://github.com/DirectProjectJavaRI/direct-project-stock.git</url> |
| 43 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/direct-project-stock.git</connection> |
44 | 44 | </scm> |
45 | 45 | <licenses> |
46 | 46 | <license> |
47 | 47 | <name>New BSD License</name> |
48 | 48 | <url>http://nhindirect.org/BSDLicense</url> |
49 | 49 | </license> |
50 | | - </licenses> |
51 | | - <repositories> |
52 | | - <!-- Temp repository for Spring Boot Milestone --> |
53 | | - <repository> |
54 | | - <id>spring-milestone</id> |
55 | | - <name>Spring Milestone Releases</name> |
56 | | - <url>https://repo.spring.io/milestone/</url> |
57 | | - </repository> |
58 | | - </repositories> |
| 50 | + </licenses> |
59 | 51 | <dependencyManagement> |
60 | 52 | <dependencies> |
61 | 53 | <dependency> |
|
68 | 60 | <dependency> |
69 | 61 | <groupId>org.springframework.cloud</groupId> |
70 | 62 | <artifactId>spring-cloud-starter-parent</artifactId> |
71 | | - <version>Greenwich.RC1</version> |
| 63 | + <version>Greenwich.RELEASE</version> |
72 | 64 | <type>pom</type> |
73 | 65 | <scope>import</scope> |
74 | 66 | </dependency> |
|
79 | 71 | <groupId>org.nhind</groupId> |
80 | 72 | <artifactId>direct-msg-monitor-web</artifactId> |
81 | 73 | <type>war</type> |
82 | | - <version>6.0-SNAPSHOT</version> |
| 74 | + <version>6.0</version> |
83 | 75 | </dependency> |
84 | 76 | <dependency> |
85 | 77 | <groupId>org.nhind</groupId> |
86 | 78 | <artifactId>config-service-war</artifactId> |
87 | 79 | <type>war</type> |
88 | | - <version>6.0-SNAPSHOT</version> |
| 80 | + <version>6.0</version> |
89 | 81 | </dependency> |
90 | 82 | <dependency> |
91 | 83 | <groupId>org.nhind</groupId> |
92 | 84 | <artifactId>config-service-client</artifactId> |
93 | | - <version>6.0-SNAPSHOT</version> |
| 85 | + <version>6.0</version> |
94 | 86 | </dependency> |
95 | 87 | <dependency> |
96 | 88 | <groupId>org.nhind</groupId> |
97 | 89 | <artifactId>config-ui</artifactId> |
98 | 90 | <type>war</type> |
99 | | - <version>6.0-SNAPSHOT</version> |
| 91 | + <version>6.0</version> |
100 | 92 | </dependency> |
101 | 93 | <dependency> |
102 | 94 | <groupId>org.nhind</groupId> |
103 | 95 | <artifactId>xd</artifactId> |
104 | 96 | <type>war</type> |
105 | | - <version>6.0-SNAPSHOT</version> |
| 97 | + <version>6.0</version> |
106 | 98 | </dependency> |
107 | 99 | <dependency> |
108 | 100 | <groupId>org.nhind</groupId> |
109 | 101 | <artifactId>xd-common</artifactId> |
110 | | - <version>6.0-SNAPSHOT</version> |
| 102 | + <version>6.0</version> |
111 | 103 | </dependency> |
112 | 104 | <dependency> |
113 | 105 | <groupId>org.nhind</groupId> |
114 | 106 | <artifactId>xdmail</artifactId> |
115 | | - <version>6.0-SNAPSHOT</version> |
| 107 | + <version>6.0</version> |
116 | 108 | </dependency> |
117 | 109 | <dependency> |
118 | 110 | <groupId>org.nhind</groupId> |
119 | 111 | <artifactId>agent</artifactId> |
120 | | - <version>6.0-SNAPSHOT</version> |
| 112 | + <version>6.0</version> |
121 | 113 | </dependency> |
122 | 114 | <dependency> |
123 | 115 | <groupId>org.nhind</groupId> |
124 | 116 | <artifactId>gateway</artifactId> |
125 | | - <version>6.0-SNAPSHOT</version> |
| 117 | + <version>6.0</version> |
126 | 118 | </dependency> |
127 | 119 | <dependency> |
128 | 120 | <groupId>org.nhind</groupId> |
129 | 121 | <artifactId>direct-common</artifactId> |
130 | | - <version>6.0-SNAPSHOT</version> |
| 122 | + <version>6.0</version> |
131 | 123 | </dependency> |
132 | 124 | <dependency> |
133 | 125 | <groupId>org.nhind</groupId> |
134 | 126 | <artifactId>direct-common-audit</artifactId> |
135 | | - <version>6.0-SNAPSHOT</version> |
| 127 | + <version>6.0</version> |
136 | 128 | </dependency> |
137 | 129 | <dependency> |
138 | 130 | <groupId>org.nhind</groupId> |
139 | 131 | <artifactId>dns-sboot</artifactId> |
140 | | - <version>6.0-SNAPSHOT</version> |
| 132 | + <version>6.0</version> |
141 | 133 | </dependency> |
142 | 134 | <dependency> |
143 | 135 | <groupId>org.nhind</groupId> |
144 | 136 | <artifactId>config-manager</artifactId> |
145 | | - <version>6.0-SNAPSHOT</version> |
| 137 | + <version>6.0</version> |
146 | 138 | </dependency> |
147 | 139 | <dependency> |
148 | 140 | <groupId>org.nhind</groupId> |
149 | 141 | <artifactId>xdmail</artifactId> |
150 | | - <version>6.0-SNAPSHOT</version> |
| 142 | + <version>6.0</version> |
151 | 143 | </dependency> |
152 | 144 | <dependency> |
153 | 145 | <groupId>org.nhind</groupId> |
154 | 146 | <artifactId>direct-policy</artifactId> |
155 | | - <version>6.0-SNAPSHOT</version> |
| 147 | + <version>6.0</version> |
156 | 148 | </dependency> |
157 | 149 | <dependency> |
158 | 150 | <groupId>org.springframework.cloud</groupId> |
|
190 | 182 | <configuration> |
191 | 183 | <outputDirectory>${project.build.directory}/lib</outputDirectory> |
192 | 184 | </configuration> |
193 | | - </execution> |
194 | | - <!-- |
195 | | - <execution> |
196 | | - <id>copy-dns-services</id> |
197 | | - <goals> |
198 | | - <goal>unpack</goal> |
199 | | - </goals> |
200 | | - <configuration> |
201 | | - <artifactItems> |
202 | | - <artifactItem> |
203 | | - <groupId>org.nhind</groupId> |
204 | | - <artifactId>dns</artifactId> |
205 | | - <version>1.5.2</version> |
206 | | - <type>tar.gz</type> |
207 | | - <overWrite>true</overWrite> |
208 | | - </artifactItem> |
209 | | - </artifactItems> |
210 | | - <outputDirectory>${project.build.directory}/direct</outputDirectory> |
211 | | - </configuration> |
212 | | - </execution> |
213 | | - <execution> |
214 | | - <id>copy-config-mgmt</id> |
215 | | - <goals> |
216 | | - <goal>unpack</goal> |
217 | | - </goals> |
218 | | - <configuration> |
219 | | - <artifactItems> |
220 | | - <artifactItem> |
221 | | - <groupId>org.nhind</groupId> |
222 | | - <artifactId>config-manager</artifactId> |
223 | | - <version>1.2</version> |
224 | | - <type>tar.gz</type> |
225 | | - <overWrite>true</overWrite> |
226 | | - </artifactItem> |
227 | | - </artifactItems> |
228 | | - <outputDirectory>${project.build.directory}/direct</outputDirectory> |
229 | | - </configuration> |
230 | | - </execution> |
231 | | - --> |
| 185 | + </execution> |
232 | 186 | </executions> |
233 | 187 | </plugin> |
234 | 188 | <plugin> |
|
403 | 357 | <artifactId>maven-javadoc-plugin</artifactId> |
404 | 358 | <version>2.6.1</version> |
405 | 359 | <configuration> |
| 360 | + <additionalparam>-Xdoclint:none</additionalparam> |
406 | 361 | <charset>UTF-8</charset> |
407 | 362 | <docencoding>UTF-8</docencoding> |
408 | 363 | <docfilessubdirs>true</docfilessubdirs> |
409 | 364 | <detectJavaApiLink>true</detectJavaApiLink> |
410 | 365 | <detectLinks>true</detectLinks> |
411 | | - <source>1.6</source> |
412 | | - <show>protected</show> |
| 366 | + <source>1.8</source> |
| 367 | + <show>public</show> |
413 | 368 | </configuration> |
414 | 369 | <executions> |
415 | 370 | <execution> |
|
436 | 391 | </executions> |
437 | 392 | </plugin> |
438 | 393 | --> |
439 | | - </plugins> |
440 | | - <pluginManagement> |
441 | | - <plugins> |
442 | | - <plugin> |
443 | | - <groupId>org.apache.maven.plugins</groupId> |
444 | | - <artifactId>maven-release-plugin</artifactId> |
445 | | - <version>2.0</version> |
446 | | - <configuration> |
447 | | - <tagBase>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/tags</tagBase> |
448 | | - </configuration> |
449 | | - </plugin> |
450 | | - <plugin> |
451 | | - <groupId>org.apache.maven.plugins</groupId> |
452 | | - <artifactId>maven-site-plugin</artifactId> |
453 | | - <version>2.1.1</version> |
454 | | - <dependencies> |
455 | | - <dependency> |
456 | | - <groupId>commons-httpclient</groupId> |
457 | | - <artifactId>commons-httpclient</artifactId> |
458 | | - <version>3.1</version> |
459 | | - <exclusions> |
460 | | - <exclusion> |
461 | | - <groupId>commons-logging</groupId> |
462 | | - <artifactId>commons-logging</artifactId> |
463 | | - </exclusion> |
464 | | - </exclusions> |
465 | | - </dependency> |
466 | | - </dependencies> |
467 | | - </plugin> |
468 | | - </plugins> |
469 | | - </pluginManagement> |
| 394 | + </plugins> |
470 | 395 | </build> |
471 | 396 | <distributionManagement> |
472 | 397 | <site> |
|
0 commit comments