Skip to content

Commit 55d548c

Browse files
committed
[maven-release-plugin] prepare release desktop-maven-notifier-1.0.0
1 parent 163fff2 commit 55d548c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1817
<modelVersion>4.0.0</modelVersion>
1918
<groupId>ro.lmn.maven</groupId>
2019
<artifactId>desktop-maven-notifier</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0</version>
2221
<dependencies>
2322
<dependency>
2423
<groupId>org.apache.maven</groupId>
@@ -146,7 +145,7 @@
146145
<scm>
147146
<connection>scm:git:https://github.com/rombert/desktop-maven-notifier.git</connection>
148147
<developerConnection>scm:git:https://github.com/rombert/desktop-maven-notifier.git</developerConnection>
149-
<tag>HEAD</tag>
148+
<tag>desktop-maven-notifier-1.0.0</tag>
150149
<url>scm:git:https://github.com/rombert/desktop-maven-notifier/tree/master</url>
151150
</scm>
152151
</project>

0 commit comments

Comments
 (0)