Skip to content

Commit 3a767f0

Browse files
author
akorobov
committed
[maven-release-plugin] prepare release srvlog-1.2-28
1 parent 6c89622 commit 3a767f0

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.payneteasy</groupId>
66
<artifactId>srvlog</artifactId>
7-
<version>1.2-27-SNAPSHOT</version>
7+
<version>srvlog-1.2-28</version>
88
<packaging>pom</packaging>
99
<name>srvlog ${project.version}</name>
1010

@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://github.com/payneteasy/srvlog.git</connection>
3838
<developerConnection>scm:git:git@github.com:payneteasy/srvlog.git</developerConnection>
3939
<url>https://github.com/payneteasy/srvlog</url>
40-
<tag>HEAD</tag>
40+
<tag>srvlog-1.2-28</tag>
4141
</scm>
4242

4343
<distributionManagement>

srvlog-it/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.payneteasy</groupId>
88
<artifactId>srvlog</artifactId>
9-
<version>1.2-27-SNAPSHOT</version>
9+
<version>srvlog-1.2-28</version>
1010
</parent>
1111

1212
<groupId>com.payneteasy.srvlog</groupId>
@@ -50,7 +50,8 @@
5050
<dependency>
5151
<groupId>com.payneteasy.srvlog</groupId>
5252
<artifactId>srvlog-web</artifactId>
53-
<classifier>classes</classifier>
53+
<version>${project.version}</version>
54+
<!--<classifier>classes</classifier>-->
5455
</dependency>
5556
<dependency>
5657
<groupId>com.payneteasy.srvlog</groupId>

srvlog-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>com.payneteasy</groupId>
12-
<version>1.2-27-SNAPSHOT</version>
12+
<version>srvlog-1.2-28</version>
1313
<artifactId>srvlog</artifactId>
1414
</parent>
1515

srvlog-sql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.payneteasy</groupId>
88
<artifactId>srvlog</artifactId>
9-
<version>1.2-27-SNAPSHOT</version>
9+
<version>srvlog-1.2-28</version>
1010
</parent>
1111

1212
<groupId>com.payneteasy.srvlog</groupId>
1313
<artifactId>srvlog-sql</artifactId>
14-
<version>1.2-27-SNAPSHOT</version>
14+
<version>srvlog-1.2-28</version>
1515

1616
<name>srvlog-sql ${project.version}</name>
1717
<packaging>jar</packaging>

srvlog-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>com.payneteasy</groupId>
12-
<version>1.2-27-SNAPSHOT</version>
12+
<version>srvlog-1.2-28</version>
1313
<artifactId>srvlog</artifactId>
1414
</parent>
1515

0 commit comments

Comments
 (0)