Skip to content

Commit

Permalink
Version 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygusev committed Dec 6, 2013
1 parent f7d18b5 commit 5c16784
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.e4.tapestry5.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.anjlab.eclipse.e4.tapestry5.feature"
label="Additional Tapestry5 Support for Eclipse4"
version="2.0.10"
version="2.0.11"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.e4.tapestry5">

Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.e4.tapestry5/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: Additional Tapestry5 Support for Eclipse4
Bundle-SymbolicName: com.anjlab.eclipse.e4.tapestry5;singleton:=true
Bundle-Version: 2.0.10
Bundle-Version: 2.0.11
Bundle-Activator: com.anjlab.eclipse.e4.tapestry5.Activator
Bundle-Vendor: AnjLab Team
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.anjlab.eclipse.tapestry5.feature"
label="Basic Tapestry5 Support (required)"
version="2.0.10"
version="2.0.11"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.tapestry5">

Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5.webtools/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: com.anjlab.eclipse.tapestry5.webtools
Bundle-SymbolicName: com.anjlab.eclipse.tapestry5.webtools;singleton:=true
Bundle-Version: 2.0.10
Bundle-Version: 2.0.11
Bundle-Vendor: AnjLab Team
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.wst.sse.ui,
Expand Down
2 changes: 1 addition & 1 deletion com.anjlab.eclipse.tapestry5/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: Basic Tapestry5 Support (required)
Bundle-SymbolicName: com.anjlab.eclipse.tapestry5;singleton:=true
Bundle-Version: 2.0.10
Bundle-Version: 2.0.11
Bundle-Activator: com.anjlab.eclipse.tapestry5.Activator
Bundle-Vendor: AnjLab Team
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion update-site/bintray-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPO_NAME=eclipse-tapestry5-plugin
PACKAGE_NAME=update-site
VERSION_NAME=2.0.10
VERSION_NAME=2.0.11

curl -vT content.jar \
-udmitrygusev:$bintray_api_key \
Expand Down
4 changes: 2 additions & 2 deletions update-site/site.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.anjlab.eclipse.tapestry5.feature_2.0.10.jar" id="com.anjlab.eclipse.tapestry5.feature" version="2.0.10">
<feature url="features/com.anjlab.eclipse.tapestry5.feature_2.0.11.jar" id="com.anjlab.eclipse.tapestry5.feature" version="2.0.11">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_2.0.10.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="2.0.10">
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_2.0.11.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="2.0.11">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<category-def name="com.anjlab.tapestry5.category" label="Eclipse Integration for Tapestry5">
Expand Down

0 comments on commit 5c16784

Please sign in to comment.