Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
JBIDE-20908 Upgrade FreeMarker to 2.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dazarov committed Oct 9, 2015
1 parent 283825f commit b4c28ff
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.freemarker.feature"
label="%featureName"
version="1.5.0.qualifier"
version="1.5.1"
provider-name="%providerName"
plugin="org.jboss.ide.eclipse.freemarker"
license-feature="org.jboss.tools.foundation.license.feature"
Expand Down
2 changes: 1 addition & 1 deletion features/org.jboss.ide.eclipse.freemarker.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>features</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker.features</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.jboss.ide.eclipse.freemarker.test.feature"
label="%featureName"
version="1.5.0.qualifier"
version="1.5.1"
provider-name="%providerName"
license-feature="org.jboss.tools.foundation.license.feature"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>features</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker.features</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.test.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/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>freemarker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.ide.eclipse.freemarker/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: %pluginName
Bundle-SymbolicName: org.jboss.ide.eclipse.freemarker;singleton:=true
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 1.5.1
Bundle-Activator: org.jboss.ide.eclipse.freemarker.Plugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand All @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
lib/freemarker-2.3.22.jar
lib/freemarker-2.3.23.jar
Bundle-Vendor: %providerName
Export-Package: freemarker.core,
freemarker.template,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.jboss.ide.eclipse.freemarker/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin.includes = plugin.*,\
License.txt,\
about.*,\
jboss_about.png,\
lib/freemarker-2.3.22.jar
lib/freemarker-2.3.23.jar
src.includes = plugin.*,\
icons/,\
License.txt
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.ide.eclipse.freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>plugins</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker.plugins</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker</artifactId>

<packaging>eclipse-plugin</packaging>
<properties>
<freemarkerVersion>2.3.22</freemarkerVersion>
<freemarkerVersion>2.3.23</freemarkerVersion>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion plugins/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>freemarker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>4.3.0.Final-SNAPSHOT</version>
</parent>
<artifactId>freemarker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
<name>jbosstools-freemarker</name>
<packaging>pom</packaging>
<properties>
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>freemarker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>freemarker.site</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: Freemarker Tests
Bundle-SymbolicName: org.jboss.ide.eclipse.freemarker.test
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 1.5.1
Bundle-Activator: org.jboss.ide.eclipse.freemarker.test.Activator
Bundle-Vendor: JBoss by RedHat
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.jboss.ide.eclipse.freemarker.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>tests</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker.tests</groupId>
<artifactId>org.jboss.ide.eclipse.freemarker.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/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>freemarker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<groupId>org.jboss.tools.freemarker</groupId>
<artifactId>tests</artifactId>
Expand Down

0 comments on commit b4c28ff

Please sign in to comment.