Skip to content

Commit

Permalink
JBIDE-20959 For JBIDE 4.3.1.Beta1: Prepare for future Beta1 [JST]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov committed Oct 15, 2015
1 parent 7ad2cfa commit 40e71e7
Show file tree
Hide file tree
Showing 41 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.angularjs.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.angularjs.feature"
label="%featureName"
version="3.7.0.qualifier"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.angularjs.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.angularjs.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.feature"
label="%featureName"
version="3.7.0.qualifier"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.js.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.js.feature"
label="%featureName"
version="3.7.0.qualifier"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.js.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.js.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.jsdt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.jsdt.feature"
label="%featureName"
version="3.7.0.qualifier"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.jsdt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.jsdt.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.test.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.jst.test.feature"
label="%featureName"
version="3.7.0.qualifier"
version="3.7.1.qualifier"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.tools.jst.test.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.features</groupId>
<artifactId>org.jboss.tools.jst.test.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jst</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>features</artifactId>
<name>jst.features</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jst.feature</module>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.angularjs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
org.eclipse.datatools.connectivity.db.generic.ui;bundle-version="1.0.1",
org.jboss.tools.common.el.ui,
org.eclipse.wst.html.core;bundle-version="1.1.502"
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.angularjs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.angularjs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.js/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.jboss.tools.jst.js;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Activator: org.jboss.tools.jst.js.internal.Activator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.js</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.jsdt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.jboss.tools.jst.jsdt;singleton:=true
Bundle-Vendor: %providerName
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Activator: org.jboss.tools.jst.jsdt.JstJsdtPlugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.jsdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.jsdt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web.kb/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.kb;singleton:=true
Bundle-Localization: plugin
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Activator: org.jboss.tools.jst.web.kb.WebKbPlugin
Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
org.eclipse.core.runtime;bundle-version="3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web.kb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0",
org.eclipse.datatools.connectivity.db.generic.ui;bundle-version="1.0.1",
org.jboss.tools.common.el.ui,
org.eclipse.wst.html.core;bundle-version="1.1.502"
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Require-Bundle: org.jboss.tools.common.model;visibility:=reexport,
org.eclipse.jst.j2ee.ejb;bundle-version="1.1.502",
org.eclipse.jst.j2ee.web;bundle-version="1.1.500",
org.eclipse.jst.jee.web;bundle-version="1.0.400"
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Export-Package:
org.jboss.tools.jst.web,
org.jboss.tools.jst.web.browser,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.tools.jst.web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.web</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jst</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>plugins</artifactId>
<name>jst.plugins</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jst.web</module>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.3.0.Final-SNAPSHOT</version>
<version>4.3.1.Beta1-SNAPSHOT</version>
</parent>
<artifactId>jst</artifactId>
<name>jbosstools-jst</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:https://github.com/jbosstools/jbosstools-jst.git</tycho.scmUrl>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jst</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>jst.site</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.angularjs.test;singleton:=true
Bundle-Localization: plugin
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.angularjs.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.angularjs.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.js.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.js.test;singleton:=true
Bundle-Localization: plugin
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.js.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.js.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.jsdt.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.jsdt.test;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Export-Package: org.jboss.tools.jst.jsdt.test
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.jsdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.jsdt.test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Base Classes for JSP Editor Related Tests
Bundle-SymbolicName: org.jboss.tools.jst.jsp.base.test;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.jface;bundle-version="3.7.0",
org.eclipse.core.resources;bundle-version="3.7.100",
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.jsp.base.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.plugins</groupId>
<artifactId>org.jboss.tools.jst.jsp.base.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.kb.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.kb.test;singleton:=true
Bundle-Localization: plugin
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.kb.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.kb.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.test;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Require-Bundle: org.jboss.tools.jst.web,
org.jboss.tools.common.base.test,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.ui.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.jst.web.ui.test;singleton:=true
Bundle-Version: 3.7.0.qualifier
Bundle-Version: 3.7.1.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Require-Bundle: org.jboss.tools.jst.web.ui,
org.jboss.tools.jst.web,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.tools.jst.web.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst.tests</groupId>
<artifactId>org.jboss.tools.jst.web.ui.test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jst</artifactId>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.jst</groupId>
<artifactId>tests</artifactId>
<name>jst.tests</name>
<version>3.7.0-SNAPSHOT</version>
<version>3.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.jst.jsp.base.test</module>
Expand Down

0 comments on commit 40e71e7

Please sign in to comment.