Skip to content

Commit 8cd0611

Browse files
committed
Update version number.
1 parent acd677d commit 8cd0611

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

bundles/thymeleaf-extras-eclipse-plugin.content-assist/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Thymeleaf Content Assist
44
Bundle-SymbolicName: org.thymeleaf.extras.eclipse.contentassist;singleton:=true
5-
Bundle-Version: 2.1.0.qualifier
5+
Bundle-Version: 2.1.1.qualifier
66
Bundle-Activator: org.thymeleaf.extras.eclipse.contentassist.ContentAssistPlugin
77
Require-Bundle: org.eclipse.core.resources;bundle-version="3.7.101",
88
org.eclipse.core.runtime;bundle-version="3.7.0",

bundles/thymeleaf-extras-eclipse-plugin.content-assist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.thymeleaf.extras</groupId>
1515
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
16-
<version>2.1.0-SNAPSHOT</version>
16+
<version>2.1.1-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

bundles/thymeleaf-extras-eclipse-plugin.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Thymeleaf Core
44
Bundle-SymbolicName: org.thymeleaf.extras.eclipse.core;singleton:=true
5-
Bundle-Version: 2.1.0.qualifier
5+
Bundle-Version: 2.1.1.qualifier
66
Bundle-Vendor: Thymeleaf Project
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
88
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.300",

bundles/thymeleaf-extras-eclipse-plugin.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.thymeleaf.extras</groupId>
1515
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
16-
<version>2.1.0-SNAPSHOT</version>
16+
<version>2.1.1-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

features/thymeleaf-extras-eclipse-plugin.content-assist.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.thymeleaf.extras.eclipse.contentassist.feature"
44
label="%name"
5-
version="2.1.0.qualifier"
5+
version="2.1.1.qualifier"
66
provider-name="Thymeleaf Project">
77

88
<description url="http://www.thymeleaf.org/">

features/thymeleaf-extras-eclipse-plugin.content-assist.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.thymeleaf.extras</groupId>
1515
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
16-
<version>2.1.0-SNAPSHOT</version>
16+
<version>2.1.1-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.thymeleaf.extras</groupId>
99
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
10-
<version>2.1.0-SNAPSHOT</version>
10+
<version>2.1.1-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>thymeleaf-extras-eclipse-plugin</name>

repository/thymeleaf-extras-eclipse-plugin.repository-composite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.thymeleaf.extras</groupId>
1515
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
16-
<version>2.1.0-SNAPSHOT</version>
16+
<version>2.1.1-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

repository/thymeleaf-extras-eclipse-plugin.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.thymeleaf.extras</groupId>
1515
<artifactId>thymeleaf-extras-eclipse-plugin</artifactId>
16-
<version>2.1.0-SNAPSHOT</version>
16+
<version>2.1.1-SNAPSHOT</version>
1717
<relativePath>../../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)