We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d868ebe commit 15515d3Copy full SHA for 15515d3
pom.xml
@@ -9,7 +9,9 @@
9
<url>http://testmycode.net</url>
10
<scm>
11
<connection>scm:git:https://github.com/testmycode/tmc-langs.git</connection>
12
- <tag>HEAD</tag>
+ <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>
15
</scm>
16
17
<properties>
@@ -102,6 +104,12 @@
102
104
<build>
103
105
<pluginManagement>
106
<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>
113
<plugin>
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments