Skip to content

Commit 770c4a8

Browse files
[maven-release-plugin] prepare release 1.2.0
1 parent 6e0aed8 commit 770c4a8

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
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.github.developframework</groupId>
86
<artifactId>expression</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
108

119
<name>Expression Framework</name>
1210
<url>https://github.com/developframework/expression</url>
@@ -38,7 +36,7 @@
3836
<connection>scm:git:git@github.com:developframework/expression.git</connection>
3937
<developerConnection>scm:git:git@github.com:developframework/expression.git</developerConnection>
4038
<url>https://github.com/developframework/expression</url>
41-
<tag>HEAD</tag>
39+
<tag>1.2.0</tag>
4240
</scm>
4341

4442
<properties>

0 commit comments

Comments
 (0)