Skip to content

Commit

Permalink
Update Maven groupId and artifactId to jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
dblevins committed Sep 12, 2018
1 parent ba90716 commit 8c6519d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -19,8 +19,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">
<modelVersion>4.0.0</modelVersion>
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
<packaging>jar</packaging>
<version>2.0.1</version>
<name>jms</name>
Expand Down

0 comments on commit 8c6519d

Please sign in to comment.