Skip to content

Commit 51210b4

Browse files
committed
[maven-release-plugin] prepare release v5.0
1 parent f5d5eef commit 51210b4

3 files changed

Lines changed: 9 additions & 13 deletions

File tree

core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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
<parent>
86
<groupId>com.premiumminds</groupId>
97
<artifactId>pm-wicket-utils-parent</artifactId>
10-
<version>5.0-SNAPSHOT</version>
8+
<version>5.0</version>
119
</parent>
1210

1311
<groupId>com.premiumminds</groupId>
1412
<artifactId>pm-wicket-utils</artifactId>
15-
<version>5.0-SNAPSHOT</version>
13+
<version>5.0</version>
1614
<packaging>jar</packaging>
1715

1816
<dependencies>
@@ -80,7 +78,7 @@
8078
<dependency>
8179
<groupId>com.premiumminds</groupId>
8280
<artifactId>pm-wicket-utils-testing</artifactId>
83-
<version>5.0-SNAPSHOT</version>
81+
<version>5.0</version>
8482
<scope>test</scope>
8583
</dependency>
8684

pom.xml

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

44
<groupId>com.premiumminds</groupId>
55
<artifactId>pm-wicket-utils-parent</artifactId>
6-
<version>5.0-SNAPSHOT</version>
6+
<version>5.0</version>
77
<packaging>pom</packaging>
88

99
<name>pm-wicket-utils parent</name>
@@ -28,7 +28,7 @@
2828
<url>https://github.com/premium-minds/pm-wicket-utils</url>
2929
<connection>scm:git:git@github.com:premium-minds/pm-wicket-utils.git</connection>
3030
<developerConnection>scm:git:git@github.com:premium-minds/pm-wicket-utils.git</developerConnection>
31-
<tag>HEAD</tag>
31+
<tag>v5.0</tag>
3232
</scm>
3333

3434
<developers>

testing/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
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
<parent>
86
<groupId>com.premiumminds</groupId>
97
<artifactId>pm-wicket-utils-parent</artifactId>
10-
<version>5.0-SNAPSHOT</version>
8+
<version>5.0</version>
119
</parent>
1210

1311
<groupId>com.premiumminds</groupId>
1412
<artifactId>pm-wicket-utils-testing</artifactId>
15-
<version>5.0-SNAPSHOT</version>
13+
<version>5.0</version>
1614
<packaging>jar</packaging>
1715

1816
<dependencies>

0 commit comments

Comments
 (0)