Skip to content

Commit 5b959f9

Browse files
committed
Issue #25 Updated dependency version of arquillian-tomcat-remote-7
1 parent 1fade76 commit 5b959f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
</configuration>
287287
</plugin>
288288
<plugin>
289-
<groupId>org.apache.maven.plugins</groupId>
289+
<groupId>org.apache.maven.plugins</groupId>
290290
<artifactId>maven-enforcer-plugin</artifactId>
291291
<version>3.0.0-M1</version>
292292
<configuration>
@@ -717,7 +717,7 @@
717717
<dependency>
718718
<groupId>org.jboss.arquillian.container</groupId>
719719
<artifactId>arquillian-tomcat-remote-7</artifactId>
720-
<version>1.0.0.CR7</version>
720+
<version>1.0.1.Final</version>
721721
<scope>test</scope>
722722
</dependency>
723723
</dependencies>
@@ -777,7 +777,7 @@
777777
<dependency>
778778
<groupId>org.jboss.arquillian.container</groupId>
779779
<artifactId>arquillian-tomcat-managed-7</artifactId>
780-
<version>1.0.0.CR7</version>
780+
<version>1.0.1.Final</version>
781781
<scope>test</scope>
782782
</dependency>
783783
</dependencies>
@@ -845,8 +845,8 @@
845845

846846

847847

848-
<!-- Activate this profile to download javadoc and sources jars.
849-
run: mvn process-resources -Ddownload Notice: This feature has been removed
848+
<!-- Activate this profile to download javadoc and sources jars.
849+
run: mvn process-resources -Ddownload Notice: This feature has been removed
850850
with plugin version 2.5, so keep this plugin configuration in a profile section. -->
851851
<profile>
852852
<id>javadocs</id>

0 commit comments

Comments
 (0)