Skip to content

Commit 2606e03

Browse files
authored
Merge pull request #84 from rnc/BR1
Update versions
2 parents 0a8fd29 + c26e02e commit 2606e03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.commonjava</groupId>
2323
<artifactId>commonjava</artifactId>
24-
<version>18</version>
24+
<version>21</version>
2525
</parent>
26-
26+
2727
<groupId>org.commonjava.cdi.util</groupId>
2828
<artifactId>weft</artifactId>
2929
<version>2.2-SNAPSHOT</version>
30-
30+
3131
<name>Weft CDI-Thread/Executor Provider</name>
3232
<inceptionYear>2013-2022</inceptionYear>
3333

@@ -44,7 +44,7 @@
4444
<projectEmail>https://github.com/Commonjava/weft</projectEmail>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<plugin.jacoco.skip>false</plugin.jacoco.skip>
47-
<o11yphantVersion>1.9.2-SNAPSHOT</o11yphantVersion>
47+
<o11yphantVersion>1.9.2</o11yphantVersion>
4848
<weldVersion>5.1.2.Final</weldVersion>
4949
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
5050
<jakarta.inject.version>2.0.1</jakarta.inject.version>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.commonjava.boms</groupId>
5858
<artifactId>web-commons-bom</artifactId>
59-
<version>29</version>
59+
<version>31</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>
@@ -67,7 +67,7 @@
6767
</dependency>
6868
</dependencies>
6969
</dependencyManagement>
70-
70+
7171
<dependencies>
7272
<!-- metrics support-->
7373
<dependency>

0 commit comments

Comments
 (0)