Skip to content

Commit

Permalink
Update Weld parent to version 49
Browse files Browse the repository at this point in the history
Keep TCK version at M1 - it is the latest released ATM
Update Weld API to Beta1
  • Loading branch information
manovotn committed Feb 25, 2024
1 parent 697438f commit 1a71759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</developers>

<properties>
<weld.api.bom.version>6.0.Alpha2</weld.api.bom.version>
<weld.api.bom.version>6.0.Beta1</weld.api.bom.version>
<gpg.plugin.version>3.0.1</gpg.plugin.version>
<jboss.releases.repo.url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</jboss.releases.repo.url>
<jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
Expand Down
21 changes: 4 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>47</version>
<version>49</version>
</parent>

<prerequisites>
<maven>3.0</maven>
<maven>3.8</maven>
</prerequisites>


Expand Down Expand Up @@ -60,7 +60,7 @@
<arquillian.tomcat.version>1.2.0.Final</arquillian.tomcat.version>
<atinject.tck.version>2.0.1</atinject.tck.version>
<!-- Version of the CDI 4.x release TCK -->
<cdi.tck-4-1.version>4.1.0-SNAPSHOT</cdi.tck-4-1.version>
<cdi.tck-4-1.version>4.1.0-M1</cdi.tck-4-1.version>
<!-- By default, each mvn profile uses corresponding file from TCK repo, see jboss-tck-runner/pom.xml -->
<!-- We can also use our own file, needed for relaxed mode testing (see WeldMethodInterceptor) -->
<!-- Our variant is under src/test/tck/tck-tests.xml -->
Expand Down Expand Up @@ -89,7 +89,7 @@
<shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
<shrinkwrap.resolver.version>3.3.0</shrinkwrap.resolver.version>
<testng.version>7.9.0</testng.version>
<weld.api.version>6.0-SNAPSHOT</weld.api.version>
<weld.api.version>6.0.Beta1</weld.api.version>
<weld.logging.tools.version>1.0.3.Final</weld.logging.tools.version>
<wildfly.arquillian.version>5.0.1.Final</wildfly.arquillian.version>
</properties>
Expand Down Expand Up @@ -727,17 +727,4 @@
</properties>
</profile>
</profiles>

<!-- Needed to download org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.0-jboss-2 -->
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 1a71759

Please sign in to comment.