Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygusev committed Nov 2, 2013
1 parent d6cd62a commit e5071d7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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="1.3.3"
version="1.3.4"
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: 1.3.3
Bundle-Version: 1.3.4
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="1.3.3"
version="1.3.4"
provider-name="AnjLab Team"
plugin="com.anjlab.eclipse.tapestry5">

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: 1.3.3
Bundle-Version: 1.3.4
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=1.3.3
VERSION_NAME=1.3.4

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_1.3.3.jar" id="com.anjlab.eclipse.tapestry5.feature" version="1.3.3">
<feature url="features/com.anjlab.eclipse.tapestry5.feature_1.3.4.jar" id="com.anjlab.eclipse.tapestry5.feature" version="1.3.4">
<category name="com.anjlab.tapestry5.category"/>
</feature>
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_1.3.3.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="1.3.3">
<feature url="features/com.anjlab.eclipse.e4.tapestry5.feature_1.3.4.jar" id="com.anjlab.eclipse.e4.tapestry5.feature" version="1.3.4">
<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 e5071d7

Please sign in to comment.