Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 4e469ae

Browse files
committed
[maven-release-plugin] prepare release 1.19.2
1 parent a2a2adc commit 4e469ae

File tree

133 files changed

+2432
-2625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+2432
-2625
lines changed

archetypes/jersey-quickstart-ejb/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0"
45-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4745
<parent>
4846
<groupId>com.sun.jersey.archetypes</groupId>
4947
<artifactId>jersey-archetypes</artifactId>
50-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.2</version>
5149
</parent>
5250
<modelVersion>4.0.0</modelVersion>
5351
<description>

archetypes/jersey-quickstart-grizzly/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0"
45-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4745
<parent>
4846
<groupId>com.sun.jersey.archetypes</groupId>
4947
<artifactId>jersey-archetypes</artifactId>
50-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.2</version>
5149
</parent>
5250
<artifactId>jersey-quickstart-grizzly</artifactId>
5351
<modelVersion>4.0.0</modelVersion>

archetypes/jersey-quickstart-grizzly2/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0"
45-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4745
<parent>
4846
<groupId>com.sun.jersey.archetypes</groupId>
4947
<artifactId>jersey-archetypes</artifactId>
50-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.2</version>
5149
</parent>
5250
<artifactId>jersey-quickstart-grizzly2</artifactId>
5351
<modelVersion>4.0.0</modelVersion>

archetypes/jersey-quickstart-webapp/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0"
45-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4745
<parent>
4846
<groupId>com.sun.jersey.archetypes</groupId>
4947
<artifactId>jersey-archetypes</artifactId>
50-
<version>1.20-SNAPSHOT</version>
48+
<version>1.19.2</version>
5149
</parent>
5250
<modelVersion>4.0.0</modelVersion>
5351
<description>

archetypes/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,16 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
45-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4645
<modelVersion>4.0.0</modelVersion>
4746
<parent>
4847
<groupId>com.sun.jersey</groupId>
4948
<artifactId>jersey-project</artifactId>
50-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.2</version>
5150
</parent>
5251

5352
<groupId>com.sun.jersey.archetypes</groupId>
54-
<version>1.20-SNAPSHOT</version>
53+
<version>1.19.2</version>
5554
<artifactId>jersey-archetypes</artifactId>
5655
<packaging>pom</packaging>
5756
<name>All Jersey Archetypes</name>

archive/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0"
45-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44+
<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">
4745
<modelVersion>4.0.0</modelVersion>
4846
<parent>
4947
<groupId>com.sun.jersey</groupId>
5048
<artifactId>jersey-project</artifactId>
51-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.2</version>
5250
</parent>
5351
<artifactId>jersey-archive</artifactId>
5452
<name>Jersey archive for non-maven users</name>

contribs/ant-wadl-task/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@
4141
4242
-->
4343

44-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
45-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44+
<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/maven-v4_0_0.xsd">
4645
<modelVersion>4.0.0</modelVersion>
4746
<parent>
4847
<groupId>com.sun.jersey.contribs</groupId>
4948
<artifactId>jersey-contribs</artifactId>
50-
<version>1.20-SNAPSHOT</version>
49+
<version>1.19.2</version>
5150
</parent>
5251
<artifactId>ant-wadl-task</artifactId>
5352
<packaging>jar</packaging>

0 commit comments

Comments
 (0)