Release odlparent
[odlparent.git] / features / odl-ws-rs-api / pom.xml
index 0f21ae1e9f20f88a7b0812fdf991f91ff4727897..3a20cc7e4e9a0183e9aafaa5d7f4e778f33fe742 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.8-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-ws-rs-api</artifactId>
-    <version>4.0.8-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Javax WS RS API</name>
+    <description>Java API for RESTful Web Services</description>
 
     <properties>
         <checkDependencyChange>true</checkDependencyChange>
@@ -32,8 +33,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.ws.rs</groupId>
-            <artifactId>javax.ws.rs-api</artifactId>
+            <groupId>jakarta.ws.rs</groupId>
+            <artifactId>jakarta.ws.rs-api</artifactId>
         </dependency>
     </dependencies>
 </project>