Skip to content

Commit

Permalink
Merge branch 'main' into jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 7, 2022
2 parents 4a67361 + cd6b479 commit 1b8dbb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-jakarta-parent</artifactId>
<version>34</version>
<version>36</version>
</parent>

<artifactId>smallrye-context-propagation-parent</artifactId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<properties>
<version.microprofile.context-propagation>1.3</version.microprofile.context-propagation>
<version.microprofile.config>3.0.1</version.microprofile.config>
<version.smallrye.config>3.0.0-RC1</version.smallrye.config>
<version.smallrye.config>3.0.0</version.smallrye.config>
<version.jboss.threads>3.4.2.Final</version.jboss.threads>
<version.jta>2.0.0</version.jta>
<version.narayana>5.12.4.Final</version.narayana>
Expand All @@ -49,13 +49,13 @@
<version.weld-core>4.0.2.Final</version.weld-core>

<!-- Testing versions -->
<version.smallrye.common>2.0.0-RC1</version.smallrye.common>
<version.smallrye.common>2.0.0</version.smallrye.common>
<version.jnpserver>5.0.5.Final</version.jnpserver>
<version.resteasy>6.0.0.Beta1</version.resteasy>
<version.resteasy-microprofile>2.0.0.Beta1</version.resteasy-microprofile>
<version.hibernate>5.6.5.Final</version.hibernate>
<version.hsqldb>2.5.0</version.hsqldb>
<version.vertx>4.2.4</version.vertx>
<version.vertx>4.3.3</version.vertx>
<version.hamcrest>2.2</version.hamcrest>

<maven.javadoc.failOnWarnings>true</maven.javadoc.failOnWarnings>
Expand Down Expand Up @@ -158,7 +158,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit 1b8dbb2

Please sign in to comment.