|
11 | 11 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-war/${project.version}</url> |
12 | 12 |
|
13 | 13 | <scm> |
14 | | - <url>https://nhin-d.googlecode.com/hg/java/config/config-service-war</url> |
15 | | - <connection>scm:hg:https://nhin-d.googlecode.com/hg/nhin-d/java/config/config-service-war</connection> |
| 14 | + <url>scm:git:https://github.com/DirectProjectJavaRI/config-service-war.git</url> |
| 15 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/config-service-war.git</connection> |
16 | 16 | </scm> |
17 | 17 | <prerequisites> |
18 | 18 | <maven>3.0.0</maven> |
|
42 | 42 | <properties> |
43 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 | 44 | <camel.version>2.22.0</camel.version> |
45 | | - </properties> |
46 | | - <repositories> |
47 | | - <!-- Temp repository for Spring Boot Milestone --> |
48 | | - <repository> |
49 | | - <id>spring-milestone</id> |
50 | | - <name>Spring Milestone Releases</name> |
51 | | - <url>https://repo.spring.io/milestone/</url> |
52 | | - </repository> |
53 | | - </repositories> |
| 45 | + </properties> |
54 | 46 | <dependencyManagement> |
55 | 47 | <dependencies> |
56 | 48 | <dependency> |
|
63 | 55 | <dependency> |
64 | 56 | <groupId>org.springframework.cloud</groupId> |
65 | 57 | <artifactId>spring-cloud-starter-parent</artifactId> |
66 | | - <version>Greenwich.RC1</version> |
| 58 | + <version>Greenwich.RELEASE</version> |
67 | 59 | <type>pom</type> |
68 | 60 | <scope>import</scope> |
69 | 61 | </dependency> |
|
73 | 65 | <dependency> |
74 | 66 | <groupId>org.nhind</groupId> |
75 | 67 | <artifactId>config-service-jar</artifactId> |
76 | | - <version>6.0-SNAPSHOT</version> |
| 68 | + <version>6.0</version> |
77 | 69 | </dependency> |
78 | 70 | <dependency> |
79 | 71 | <groupId>org.nhind</groupId> |
80 | 72 | <artifactId>config-store</artifactId> |
81 | | - <version>6.0-SNAPSHOT</version> |
| 73 | + <version>6.0</version> |
82 | 74 | </dependency> |
83 | 75 | <dependency> |
84 | 76 | <groupId>org.apache.camel</groupId> |
|
168 | 160 | <target>1.8</target> |
169 | 161 | </configuration> |
170 | 162 | </plugin> |
171 | | - <!-- for releases only |
172 | 163 | <plugin> |
173 | 164 | <groupId>org.apache.maven.plugins</groupId> |
174 | 165 | <artifactId>maven-javadoc-plugin</artifactId> |
175 | 166 | <version>2.6.1</version> |
176 | 167 | <configuration> |
| 168 | + <additionalparam>-Xdoclint:none</additionalparam> |
177 | 169 | <charset>UTF-8</charset> |
178 | 170 | <docencoding>UTF-8</docencoding> |
179 | | - <docfilessubdirs>false</docfilessubdirs> |
180 | | - <detectJavaApiLink>false</detectJavaApiLink> |
181 | | - <detectLinks>false</detectLinks> |
| 171 | + <docfilessubdirs>true</docfilessubdirs> |
| 172 | + <detectJavaApiLink>true</detectJavaApiLink> |
| 173 | + <detectLinks>true</detectLinks> |
182 | 174 | <source>1.8</source> |
183 | 175 | <show>public</show> |
184 | 176 | </configuration> |
|
191 | 183 | </goals> |
192 | 184 | </execution> |
193 | 185 | </executions> |
194 | | - </plugin> |
| 186 | + </plugin> |
| 187 | + <!-- for releases only |
195 | 188 | <plugin> |
196 | 189 | <groupId>org.apache.maven.plugins</groupId> |
197 | 190 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments