Skip to content

Commit

Permalink
Release 1.0.0 (#34)
Browse files Browse the repository at this point in the history
* CI Rlease build fix (#30)

* Ensure that implementation modules are resolvable

We want the implementation to be easily usable in external projects. This means that we shouldn't require additional Jersey or other implementation dependencies to be included in the external project. We can (and should) require that specification dependencies (e.g. SCR, Servlet Whiteboard, an SLF4J logging impl) are provided by the user. This commit fixes the pom dependencies so that these projects can be resolved.

This commit also fixes the SSE fragment version range, and avoids exporting an internal Jersey package, instead publishing a proper API type.

Signed-off-by: Tim Ward <[email protected]>

* Prepare Release

- configure release plugin
- avoid releasing test jars
- switch tck-test jar version back to SNAPSHOT

Signed-off-by: Mark Hoffmann <[email protected]>

* Skip staging for test

- added skip configuration

Signed-off-by: Mark Hoffmann <[email protected]>

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* set TCK in scope=test (#27)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

* Eclipse Jenkins settings (#29)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

* Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Tim Ward <[email protected]>
Signed-off-by: Mark Hoffmann <[email protected]>
Co-authored-by: Tim Ward <[email protected]>

* [maven-release-plugin] prepare release v1.0.0

* [maven-release-plugin] prepare for next development iteration

* Prepare Maven Central release (#33)

* Ensure that implementation modules are resolvable

We want the implementation to be easily usable in external projects. This means that we shouldn't require additional Jersey or other implementation dependencies to be included in the external project. We can (and should) require that specification dependencies (e.g. SCR, Servlet Whiteboard, an SLF4J logging impl) are provided by the user. This commit fixes the pom dependencies so that these projects can be resolved.

This commit also fixes the SSE fragment version range, and avoids exporting an internal Jersey package, instead publishing a proper API type.

Signed-off-by: Tim Ward <[email protected]>

* Prepare Release

- configure release plugin
- avoid releasing test jars
- switch tck-test jar version back to SNAPSHOT

Signed-off-by: Mark Hoffmann <[email protected]>

* Skip staging for test

- added skip configuration

Signed-off-by: Mark Hoffmann <[email protected]>

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* set TCK in scope=test (#27)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

* Eclipse Jenkins settings (#29)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

* Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

* Release Configuration (#31)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

* Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <[email protected]>

* Add bnd-library, archetype

- modified archetype to current deps
- modified library to current deps

Signed-off-by: Mark Hoffmann <[email protected]>

* Verified Release Setup

- added autocloase on release

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

* Fix Build breaker (#32)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <[email protected]>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>

* Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <[email protected]>

* Add bnd-library, archetype

- modified archetype to current deps
- modified library to current deps

Signed-off-by: Mark Hoffmann <[email protected]>

* Verified Release Setup

- added autocloase on release

Signed-off-by: Mark Hoffmann <[email protected]>

* Fix Build breaker

Signed-off-by: Mark Hoffmann <[email protected]>

* REadme

Signed-off-by: Mark Hoffmann <[email protected]>

---------

Signed-off-by: Mark Hoffmann <[email protected]>

* Update pom.xml

---------

Signed-off-by: Tim Ward <[email protected]>
Signed-off-by: Mark Hoffmann <[email protected]>
Co-authored-by: Tim Ward <[email protected]>

* Reverted version

Signed-off-by: Mark Hoffmann <[email protected]>

* [maven-release-plugin] prepare release v1.0.0

* [maven-release-plugin] prepare for next development iteration

* Revert Version again

Signed-off-by: Mark Hoffmann <[email protected]>

* [maven-release-plugin] prepare release v1.0.0

* [maven-release-plugin] prepare for next development iteration

---------

Signed-off-by: Tim Ward <[email protected]>
Signed-off-by: Mark Hoffmann <[email protected]>
Co-authored-by: Tim Ward <[email protected]>
Co-authored-by: OSGi Technology Bot <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent a9e00ef commit 2c23127
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 69 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.osgitech.rest.archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.osgitech.rest.bnd.library/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.osgitech.rest.bnd.project.library/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions org.eclipse.osgitech.rest.config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,9 +14,9 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
9 changes: 4 additions & 5 deletions org.eclipse.osgitech.rest.jetty/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,9 +14,9 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.osgitech.rest.multipart/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
18 changes: 8 additions & 10 deletions org.eclipse.osgitech.rest.servlet.whiteboard.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,19 +19,19 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.servlet.whiteboard</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.sse</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
9 changes: 4 additions & 5 deletions org.eclipse.osgitech.rest.servlet.whiteboard/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,9 +14,9 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.osgitech.rest.sse/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
22 changes: 10 additions & 12 deletions org.eclipse.osgitech.rest.tck/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,24 +20,24 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.jetty</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.servlet.whiteboard</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.sse</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down
18 changes: 8 additions & 10 deletions org.eclipse.osgitech.rest.tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -21,19 +19,19 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.servlet.whiteboard</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.osgitech.rest.sse</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.osgitech.rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse OSGi Technology Jakarta REST</name>
<description>Eclipse OSGi Technology Jakarta RESTful Services Whiteboard</description>
Expand Down Expand Up @@ -739,7 +737,7 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand All @@ -748,7 +746,7 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 2c23127

Please sign in to comment.