Skip to content

Commit

Permalink
Update weld-parent version to 35. Correction to ant task in jboss upd…
Browse files Browse the repository at this point in the history
…ater.
  • Loading branch information
manovotn authored and mkouba committed Aug 29, 2016
1 parent 7bfa8b4 commit b46fa1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions jboss-as/pom.xml
Expand Up @@ -75,7 +75,7 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<property file="${basedir}/local.build.properties" />
<property file="${basedir}/build.properties" />
<property name="jboss.home" value="${env.JBOSS_HOME}" />
Expand Down Expand Up @@ -178,15 +178,15 @@ JBOSS_HOME: ${jboss.home}
</copy>

<replaceregexp file="${jsf.injection.dir}/module.xml" match="path=&quot;weld-core-jsf.*?&quot;" replace="path=&quot;weld-core-jsf.jar&quot;" byline="true" />
</tasks>
</target>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant-nodeps</artifactId>
<version>1.6.5</version>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -220,13 +220,13 @@ JBOSS_HOME: ${jboss.home}
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<copy todir="${env.JBOSS_HOME}/standalone/lib/ext" overwrite="true">
<fileset dir="target/dependency/lib">
<include name="cdi-tck-ext-lib.jar" />
</fileset>
</copy>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>34</version>
<version>35</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit b46fa1c

Please sign in to comment.