Author: mmalina
Date: 2013-01-21 08:32:52 -0500 (Mon, 21 Jan 2013)
New Revision: 44662
Modified:
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
Log:
AS module got bumped, so fixing the dependency in as bot test
Modified: branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml
===================================================================
---
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2013-01-18
22:52:17 UTC (rev 44661)
+++
branches/jbosstools-3.3.x/as/tests/org.jboss.ide.eclipse.as.ui.bot.test/pom.xml 2013-01-21
13:32:52 UTC (rev 44662)
@@ -5,10 +5,11 @@
<parent>
<groupId>org.jboss.tools.as</groupId>
<artifactId>tests</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.as.tests</groupId>
<artifactId>org.jboss.ide.eclipse.as.ui.bot.test</artifactId>
+ <version>2.3.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>