Skip to content

Commit

Permalink
Version update -> 2.4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skorhone committed Jan 17, 2018
1 parent 9e852b8 commit 9a787d6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>websphere-artemis</artifactId>
<groupId>fi.kela.artemis</groupId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0.1</version>
<packaging>pom</packaging>
<name>ActiveMQ Artemis JMS RA for WebSphere Application Server</name>

Expand Down
14 changes: 10 additions & 4 deletions websphere-artemis-rar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>websphere-artemis</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0.1</version>
<groupId>fi.kela.artemis</groupId>
</parent>
<artifactId>websphere-artemis-rar</artifactId>
<packaging>rar</packaging>
<name>ActiveMQ Artemis JMS RA for WebSphere Application Server</name>

<dependencies>
<!-- This dependency provides fix for Websphere class loading problem -->
<!-- This dependency provides a fix for Websphere class loading problem -->
<!-- class.getPackage() returns null during resource adapter initialization -->
<dependency>
<groupId>fi.kela.jboss.logging</groupId>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.3.1</version>
<version>3.3.1-NPE</version>
</dependency>
<!--This dependency provides a fix for Admin console -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3-IBM</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down
22 changes: 11 additions & 11 deletions websphere-artemis-tx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>websphere-artemis</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.4.0.1</version>
<groupId>fi.kela.artemis</groupId>
</parent>
<artifactId>websphere-artemis-tx</artifactId>
<packaging>jar</packaging>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
Expand All @@ -31,4 +31,4 @@
</dependency>
</dependencies>
<name>ActiveMQ Artemis TransactionManager for WebSphere Application Server</name>
</project>
</project>

0 comments on commit 9a787d6

Please sign in to comment.