|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
19 | | -xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 18 | +<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
20 | 19 |
|
21 | 20 | <modelVersion>4.0.0</modelVersion> |
22 | 21 | <packaging>jar</packaging> |
|
27 | 26 | <version>6</version> |
28 | 27 | </parent> |
29 | 28 | <artifactId>indoqa-boot</artifactId> |
30 | | - <version>0.15.0-SNAPSHOT</version> |
| 29 | + <version>0.15.0</version> |
31 | 30 |
|
32 | 31 | <name>Indoqa Boot</name> |
33 | 32 | <url>https://github.com/indoqa/indoqa-boot</url> |
|
37 | 36 | <connection>scm:git:git@github.com:Indoqa/indoqa-boot.git</connection> |
38 | 37 | <developerConnection>scm:git:git@github.com:Indoqa/indoqa-boot.git</developerConnection> |
39 | 38 | <url>https://github.com/Indoqa/indoqa-boot</url> |
40 | | - <tag>HEAD</tag> |
| 39 | + <tag>indoqa-boot-0.15.0</tag> |
41 | 40 | </scm> |
42 | 41 |
|
43 | 42 | <dependencies> |
|