Skip to content

Commit 15515d3

Browse files
committed
Release
1 parent d868ebe commit 15515d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<url>http://testmycode.net</url>
1010
<scm>
1111
<connection>scm:git:https://github.com/testmycode/tmc-langs.git</connection>
12-
<tag>HEAD</tag>
12+
<developerConnection>scm:git:[email protected]:testmycode/tmc-langs.git</developerConnection>
13+
<url>https://github.com/testmycode/tmc-langs/</url>
14+
<tag>0.4.0</tag>
1315
</scm>
1416

1517
<properties>
@@ -102,6 +104,12 @@
102104
<build>
103105
<pluginManagement>
104106
<plugins>
107+
<!-- Release -->
108+
<plugin>
109+
<groupId>org.apache.maven.plugins</groupId>
110+
<artifactId>maven-release-plugin</artifactId>
111+
<version>2.5</version>
112+
</plugin>
105113
<plugin>
106114
<groupId>org.apache.maven.plugins</groupId>
107115
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)