Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 804ae85

Browse files
committed
POM fixes
1 parent 3cfaa4b commit 804ae85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<groupId>org.jboss.spec.javax.enterprise.concurrency</groupId>
13-
<artifactId>jboss-conc-api_7_spec</artifactId>
13+
<artifactId>jboss-concurrency-api_1.0_spec</artifactId>
1414
<version>1.0.0.Final-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

@@ -22,8 +22,8 @@
2222
</licenses>
2323

2424
<scm>
25-
<connection>scm:git:git@github.com:jboss/jboss-conc-api_spec.git</connection>
26-
<developerConnection>scm:git:git@github.com:jboss/jboss-conc-api_spec.git</developerConnection>
25+
<connection>scm:git:git@github.com:jboss/jboss-concurrency-api_spec.git</connection>
26+
<developerConnection>scm:git:git@github.com:jboss/jboss-concurrency-api_spec.git</developerConnection>
2727
<url>https://github.com/jboss/jboss-conc-api_spec</url>
2828
</scm>
2929

0 commit comments

Comments
 (0)