|
21 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
22 | 22 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
23 | 23 | <java.version>1.8</java.version> |
24 | | - <spring-statemachine.version>2.0.1.RELEASE</spring-statemachine.version> |
25 | | - |
| 24 | + <maven.compiler.source>${java.version}</maven.compiler.source> |
| 25 | + <maven.compiler.target>${java.version}</maven.compiler.target> |
26 | 26 | <failsafe.skipAfterFailureCount>1</failsafe.skipAfterFailureCount> |
27 | 27 | <surefire.skipAfterFailureCount>1</surefire.skipAfterFailureCount> |
28 | 28 | <resource.delimiter>@</resource.delimiter> |
29 | | - <maven.compiler.source>${java.version}</maven.compiler.source> |
30 | | - <maven.compiler.target>${java.version}</maven.compiler.target> |
| 29 | + |
31 | 30 | <!-- |
32 | 31 | <main.basedir>../${basedir}</main.basedir> |
33 | 32 | --> |
34 | 33 | <org.apache.maven.scm.plugin.version>1.9.5</org.apache.maven.scm.plugin.version> |
35 | 34 | <org.apache.maven.plugins.maven-scm-publish-plugin.version>3.0.0</org.apache.maven.plugins.maven-scm-publish-plugin.version> |
36 | 35 | <org.apache.maven.plugins.maven-release-plugin.version>2.5.3</org.apache.maven.plugins.maven-release-plugin.version> |
| 36 | + |
| 37 | + <spring-statemachine.version>2.0.1.RELEASE</spring-statemachine.version> |
| 38 | + <spring-shell.version>2.0.0.RELEASE</spring-shell.version> |
37 | 39 | </properties> |
38 | 40 |
|
39 | 41 | <modules> |
|
180 | 182 | </dependencyManagement> |
181 | 183 |
|
182 | 184 | <dependencies> |
183 | | - <!-- |
184 | | - <dependency> |
185 | | - <groupId>org.apache.maven.plugins</groupId> |
186 | | - <artifactId>maven-scm-plugin</artifactId> |
187 | | - </dependency> |
188 | | - <dependency> |
189 | | - <groupId>org.apache.maven.scm</groupId> |
190 | | - <artifactId>maven-scm</artifactId> |
191 | | - </dependency> |
192 | | - <dependency> |
193 | | - <groupId>org.apache.maven.scm</groupId> |
194 | | - <artifactId>maven-scm-providers</artifactId> |
195 | | - </dependency> |
196 | | - --> |
197 | | - <!-- |
198 | | - <dependency> |
199 | | - <groupId>org.apache.maven.scm</groupId> |
200 | | - <artifactId>maven-scm-api</artifactId> |
201 | | - <scope>compile</scope> |
202 | | - </dependency> |
203 | | - <dependency> |
204 | | - <groupId>org.apache.maven.scm</groupId> |
205 | | - <artifactId>maven-scm-providers-svn</artifactId> |
206 | | - </dependency> |
207 | | -
|
208 | | - <dependency> |
209 | | - <groupId>org.apache.maven.scm</groupId> |
210 | | - <artifactId>maven-scm-provider-svnexe</artifactId> |
211 | | - </dependency> |
212 | | - <dependency> |
213 | | - <groupId>org.apache.maven.scm</groupId> |
214 | | - <artifactId>maven-scm-provider-svn-commons</artifactId> |
215 | | - </dependency> |
216 | | - --> |
217 | | - |
218 | 185 | <dependency> |
219 | 186 | <groupId>org.apache.maven.scm</groupId> |
220 | 187 | <artifactId>maven-scm-provider-jgit</artifactId> |
221 | 188 | <scope>compile</scope> |
222 | 189 | </dependency> |
223 | | - |
224 | | - |
225 | | - <!-- |
226 | | - <dependency> |
227 | | - <groupId>org.apache.maven.scm</groupId> |
228 | | - <artifactId>maven-scm-providers-git</artifactId> |
229 | | - </dependency> |
230 | | - <dependency> |
231 | | - <groupId>org.apache.maven.scm</groupId> |
232 | | - <artifactId>maven-scm-provider-gitexe</artifactId> |
233 | | - </dependency> |
234 | | - <dependency> |
235 | | - <groupId>org.apache.maven.scm</groupId> |
236 | | - <artifactId>maven-scm-provider-git-commons</artifactId> |
237 | | - </dependency> |
238 | | - --> |
239 | | - <!-- |
240 | | - <dependency> |
241 | | - <groupId>org.apache.maven.scm</groupId> |
242 | | - <artifactId>maven-scm-managers</artifactId> |
243 | | - </dependency> |
244 | | - <dependency> |
245 | | - <groupId>org.apache.maven.scm</groupId> |
246 | | - <artifactId>maven-scm-manager-plexus</artifactId> |
247 | | - </dependency> |
248 | | - <dependency> |
249 | | - <groupId>org.apache.maven.scm</groupId> |
250 | | - <artifactId>maven-scm-client</artifactId> |
251 | | - </dependency> |
252 | | - --> |
253 | 190 | </dependencies> |
254 | 191 |
|
255 | 192 | <!-- https://maven.apache.org/plugins/maven-project-info-reports-plugin/plugin-management.html --> |
|
0 commit comments