Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 9c2edaf

Browse files
committed
[maven-release-plugin] prepare release 2.8.2.hibernate01
1 parent abb8e39 commit 9c2edaf

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

gson-jbossmodules-integrationtests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>org.hibernate.gson-jbossmodules</groupId>
97
<artifactId>gson-jbossmodules-parent</artifactId>
10-
<version>2.8.2-SNAPSHOT</version>
8+
<version>2.8.2.hibernate01</version>
119
<relativePath>../pom.xml</relativePath>
1210
</parent>
1311

gson-jbossmodules/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>org.hibernate.gson-jbossmodules</groupId>
98
<artifactId>gson-jbossmodules-parent</artifactId>
10-
<version>2.8.2-SNAPSHOT</version>
9+
<version>2.8.2.hibernate01</version>
1110
<relativePath>../pom.xml</relativePath>
1211
</parent>
1312

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
43

54
<modelVersion>4.0.0</modelVersion>
65
<groupId>org.hibernate.gson-jbossmodules</groupId>
@@ -9,7 +8,7 @@
98
<url>https://github.com/hibernate/gson-jbossmodules</url>
109
<description>Distribution of Gson packaged into JBoss Modules</description>
1110
<packaging>pom</packaging>
12-
<version>2.8.2-SNAPSHOT</version>
11+
<version>2.8.2.hibernate01</version>
1312
<inceptionYear>2017</inceptionYear>
1413

1514
<properties>
@@ -31,7 +30,7 @@
3130
<connection>scm:git:git://github.com/hibernate/gson-jbossmodules.git</connection>
3231
<developerConnection>scm:git:git@github.com:hibernate/gson-jbossmodules.git</developerConnection>
3332
<url>http://github.com/hibernate/gson-jbossmodules</url>
34-
<tag>HEAD</tag>
33+
<tag>2.8.2.hibernate01</tag>
3534
</scm>
3635

3736
<licenses>

0 commit comments

Comments
 (0)