Skip to content

Commit

Permalink
Remove tck 1.1 related folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
tremes authored and jharting committed Nov 19, 2014
1 parent cc58c1f commit f4b4ea5
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions jboss-tck-runner/1.1/pom.xml → jboss-tck-runner/pom.xml
Expand Up @@ -3,10 +3,10 @@
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>2.2.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-jboss-runner-tck11</artifactId>
<artifactId>weld-jboss-runner-tck</artifactId>
<name>CDI TCK runner (1.1, 1.2) for Weld (WildFly)</name>
<description>Aggregates dependencies and runs the CDI TCK (both standalone and on WildFly)</description>

Expand Down Expand Up @@ -58,7 +58,7 @@

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-porting-package-tck11</artifactId>
<artifactId>weld-porting-package-tck</artifactId>
</dependency>

<dependency>
Expand Down Expand Up @@ -135,7 +135,7 @@
</goals>
<configuration>
<includeGroupIds>org.jboss.weld</includeGroupIds>
<includeArtifactIds>weld-porting-package-tck11</includeArtifactIds>
<includeArtifactIds>weld-porting-package-tck</includeArtifactIds>
<stripVersion>true</stripVersion>
<overWriteReleases>true</overWriteReleases>
<outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -366,7 +366,7 @@

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-porting-package-tck11</artifactId>
<artifactId>weld-porting-package-tck</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -569,7 +569,7 @@
</property>
</activation>
<modules>
<module>porting-package/1.1</module>
<module>porting-package</module>
<module>tests-common</module>
<module>tests</module>
<module>tests-arquillian</module>
Expand All @@ -585,7 +585,7 @@
</property>
</activation>
<modules>
<module>jboss-tck-runner/1.1</module>
<module>jboss-tck-runner</module>
</modules>
</profile>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions porting-package/1.1/pom.xml → porting-package/pom.xml
Expand Up @@ -3,10 +3,10 @@
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>2.2.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>weld-porting-package-tck11</artifactId>
<artifactId>weld-porting-package-tck</artifactId>
<name>Weld Porting Package for the CDI TCK 1.1</name>

<licenses>
Expand Down

0 comments on commit f4b4ea5

Please sign in to comment.