Skip to content

Commit

Permalink
Prepare 5.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffacon committed Sep 17, 2013
1 parent 0e389c1 commit 5a76f77
Showing 1 changed file with 2 additions and 54 deletions.
56 changes: 2 additions & 54 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry5-portlet</artifactId>
<version>5.3.4-SNAPSHOT</version>
<name>Tapestry5 Portlet 2.0 Integration</name>
<!-- packaging>war</packaging-->
<version>5.3.4</version>
<name>Tapestry5 Portlet 2.0 Bridge</name>
<dependencies>
<dependency>
<groupId>org.apache.tapestry</groupId>
Expand Down Expand Up @@ -58,11 +57,6 @@
<scope>test</scope>
</dependency>

<!-- tapestry-test will conflict with RunJettyRun inside Eclipse. tapestry-test
brings in Selenium, which is based on Jetty 5.1; RunJettyRun uses Jetty 6.
<dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-test</artifactId>
<version>${tapestry-release-version}</version> <scope>test</scope> </dependency> -->

<!-- Provided by the servlet container, but sometimes referenced in the
application code. -->
<dependency>
Expand Down Expand Up @@ -158,45 +152,6 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>

<!-- war
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-container</artifactId>
<version>2.0.3</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-taglib</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-container-api</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-container-driver-api</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>javax.ccpp</groupId>
<artifactId>ccpp</artifactId>
<version>1.0</version>
</dependency>
-->
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -312,13 +267,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<!-- >version>2.8.1</version-->
<configuration>
<!-- additionalClasspathElements>
<additionalClasspathElement>/Data/Dev/workspace/Tapestry-5.3/tapestry5-portlet/target/test-classes</additionalClasspathElement>
<additionalClasspathElement>/Data/Dev/workspace/Tapestry-5.3/tapestry5-portlet/</additionalClasspathElement>
<additionalClasspathElement>/Data/Dev/workspace/Tapestry-5.3/tapestry5-portlet/target/classes</additionalClasspathElement>
</additionalClasspathElements-->
<suiteXmlFiles>
<suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
</suiteXmlFiles>
Expand Down Expand Up @@ -454,7 +403,6 @@

<properties>
<tapestry-release-version>5.3.6</tapestry-release-version>
<liferay.version>6.1.0</liferay.version>
<pluto.version>2.1.0-M2</pluto.version>
</properties>
</project>

0 comments on commit 5a76f77

Please sign in to comment.