|
29 | 29 | <description>MyBatis framework for generating dynamic SQL</description> |
30 | 30 | <inceptionYear>2016</inceptionYear> |
31 | 31 |
|
| 32 | + <scm> |
| 33 | + <url>https://github.com/mybatis/mybatis-dynamic-sql</url> |
| 34 | + <connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection> |
| 35 | + <developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git</developerConnection> |
| 36 | + <tag>HEAD</tag> |
| 37 | + </scm> |
| 38 | + <issueManagement> |
| 39 | + <system>GitHub Issue Management</system> |
| 40 | + <url>https://github.com/mybatis/mybatis-dynamic-sql/issues</url> |
| 41 | + </issueManagement> |
| 42 | + <ciManagement> |
| 43 | + <system>Travis CI</system> |
| 44 | + <url>https://travis-ci.org/mybatis/mybatis-dynamic-sql</url> |
| 45 | + </ciManagement> |
| 46 | + <distributionManagement> |
| 47 | + <site> |
| 48 | + <id>gh-pages</id> |
| 49 | + <name>MyBatis Dynamic SQL GitHub Pages</name> |
| 50 | + <url>git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git?gh-pages#</url> |
| 51 | + </site> |
| 52 | + </distributionManagement> |
| 53 | + |
32 | 54 | <properties> |
33 | 55 | <java.version>1.8</java.version> |
34 | 56 | <maven.compiler.source>${java.version}</maven.compiler.source> |
|
312 | 334 | </dependency> |
313 | 335 | </dependencies> |
314 | 336 |
|
315 | | - <scm> |
316 | | - <url>https://github.com/mybatis/mybatis-dynamic-sql</url> |
317 | | - <connection>scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection> |
318 | | - <developerConnection>scm:git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git</developerConnection> |
319 | | - <tag>HEAD</tag> |
320 | | - </scm> |
321 | | - <issueManagement> |
322 | | - <system>GitHub Issue Management</system> |
323 | | - <url>https://github.com/mybatis/mybatis-dynamic-sql/issues</url> |
324 | | - </issueManagement> |
325 | | - <ciManagement> |
326 | | - <system>Travis CI</system> |
327 | | - <url>https://travis-ci.org/mybatis/mybatis-dynamic-sql</url> |
328 | | - </ciManagement> |
329 | | - <distributionManagement> |
330 | | - <site> |
331 | | - <id>gh-pages</id> |
332 | | - <name>MyBatis Dynamic SQL GitHub Pages</name> |
333 | | - <url>git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git?gh-pages#</url> |
334 | | - </site> |
335 | | - </distributionManagement> |
336 | | - |
337 | 337 | <profiles> |
338 | 338 | <profile> |
339 | 339 | <id>javadocVersion</id> |
|
0 commit comments