Skip to content

Commit 2439de6

Browse files
committed
[maven-release-plugin] prepare release pega-logviewer-3.0
1 parent 861a6c2 commit 2439de6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.pega.gcs</groupId>
54
<artifactId>pega-logviewer</artifactId>
6-
<version>3.0-SNAPSHOT</version>
5+
<version>3.0</version>
76
<name>Pega-LogViewer</name>
87
<description>Tool for viewing Pega RULES log and ALERT log files</description>
98

@@ -19,7 +18,8 @@
1918
<connection>scm:git:ssh://[email protected]/pegasystems/pega-logviewer.git</connection>
2019
<developerConnection>scm:git:ssh://[email protected]/pegasystems/pega-logviewer.git</developerConnection>
2120
<url>https://github.com/pegasystems/pega-logviewer</url>
22-
</scm>
21+
<tag>pega-logviewer-3.0</tag>
22+
</scm>
2323

2424
<properties>
2525
<finalName>${project.artifactId}-${project.version}</finalName>

0 commit comments

Comments
 (0)