Skip to content

Commit 0b2bd31

Browse files
committed
[maven-release-plugin] prepare release checkstyle-extension-1.1.0
1 parent a0bd5ae commit 0b2bd31

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="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/xsd/maven-4.0.0.xsd">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<groupId>org.jboss.soa.qa</groupId>
2321
<artifactId>checkstyle-extension</artifactId>
24-
<version>1.1.0-SNAPSHOT</version>
22+
<version>1.1.0</version>
2523

2624
<url>https://github.com/jboss-qa/checkstyle-extension</url>
2725
<issueManagement>
@@ -46,7 +44,7 @@
4644
<url>https://github.com/jboss-qa/checkstyle-extension</url>
4745
<connection>scm:git:git://github.com/jboss-qa/checkstyle-extension.git</connection>
4846
<developerConnection>scm:git:[email protected]:jboss-qa/checkstyle-extension.git</developerConnection>
49-
<tag>HEAD</tag>
47+
<tag>checkstyle-extension-1.1.0</tag>
5048
</scm>
5149

5250
<properties>

0 commit comments

Comments
 (0)