Skip to content

Commit

Permalink
Merge pull request #5 from jamezp/component-upgrades
Browse files Browse the repository at this point in the history
Component upgrades
  • Loading branch information
jamezp committed Apr 17, 2019
2 parents aa7bb36 + 42c365c commit 6edeeaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
<groupId>org.jboss.slf4j</groupId>
<artifactId>slf4j-jboss-logmanager</artifactId>
<packaging>jar</packaging>
<version>1.0.5.GA-SNAPSHOT</version>
<version>1.1.0.Final-SNAPSHOT</version>

<name>SLF4J: JBoss Log Manager</name>

<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>9</version>
<version>34</version>
</parent>

<properties>
<version.org.jboss.logmanager>1.4.0.Final</version.org.jboss.logmanager>
<version.org.slf4j>1.7.2</version.org.slf4j>
<version.org.jboss.logmanager>2.1.10.Final</version.org.jboss.logmanager>
<version.org.slf4j>1.7.22</version.org.slf4j>
</properties>

<licenses>
Expand Down

0 comments on commit 6edeeaf

Please sign in to comment.