Skip to content

Commit

Permalink
Updates for TCK release
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jan 10, 2024
1 parent f026646 commit 9b31289
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions dist-build/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>dist</id>
<baseDirectory>cdi-tck-${cdi.tck.version}</baseDirectory>
<formats>
Expand Down
5 changes: 3 additions & 2 deletions doc/reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,14 @@
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>process-classes</phase>
<configuration>
<tasks>
<target>
<copy file="${basedir}/target/generated-docs-pdf/${pdf.name}" todir="${basedir}" />
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
6 changes: 4 additions & 2 deletions doc/reference/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>bin</id>
<baseDirectory>cdi-tck-ref-guide</baseDirectory>
<formats>
<format>zip</format>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<xmlunit.version>2.9.1</xmlunit.version>
<!-- Required for distribution build, should be overriden for each build -->
<cdi.tck.version>${project.version}</cdi.tck.version>
<weld.version>5.0.0.SP2</weld.version>
<weld.version>5.1.2.Final</weld.version>
</properties>

<!-- Dependency management -->
Expand Down

0 comments on commit 9b31289

Please sign in to comment.