|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>com.softwaremagico</groupId> |
4 | 4 | <artifactId>think-machine</artifactId> |
5 | | - <version>0.10.3-SNAPSHOT</version> |
| 5 | + <version>0.10.3</version> |
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <name>Think Machine</name> |
8 | 8 | <url>https://github.com/softwaremagico/ThinkMachine</url> |
|
23 | 23 | <connection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</connection> |
24 | 24 | <developerConnection>scm:git:ssh://git@github.com/softwaremagico/ThinkMachine.git</developerConnection> |
25 | 25 | <url>https://github.com/softwaremagico/ThinkMachine.git</url> |
26 | | - <tag>think-machine-0.9.0</tag> |
| 26 | + <tag>think-machine-0.10.3</tag> |
27 | 27 | </scm> |
28 | 28 |
|
29 | 29 | <issueManagement> |
|
73 | 73 | <license-maven-plugin.version>1.12</license-maven-plugin.version> |
74 | 74 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
75 | 75 | <maven-scm-provider-gitexe.version>1.13.0</maven-scm-provider-gitexe.version> |
| 76 | + <maven-scm-api.version>1.11.2</maven-scm-api.version> |
76 | 77 | <project.scm.id>git</project.scm.id> |
77 | 78 | <reflections.version>0.10.2</reflections.version> |
78 | 79 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
|
134 | 135 | <artifactId>maven-scm-provider-gitexe</artifactId> |
135 | 136 | <version>${maven-scm-provider-gitexe.version}</version> |
136 | 137 | </dependency> |
| 138 | + <dependency> |
| 139 | + <groupId>org.apache.maven.scm</groupId> |
| 140 | + <artifactId>maven-scm-api</artifactId> |
| 141 | + <version>${maven-scm-api.version}</version> |
| 142 | + </dependency> |
137 | 143 | </dependencies> |
138 | 144 | <configuration> |
139 | 145 | <localCheckout>true</localCheckout> |
|
0 commit comments