Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygusev committed Sep 9, 2013
1 parent badd041 commit a06977c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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="Eclipse Integration for Tapestry5 Feature"
version="1.1.1"
version="1.1.2"
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: Eclipse Integration for Tapestry5
Bundle-SymbolicName: com.anjlab.eclipse.tapestry5;singleton:=true
Bundle-Version: 1.1.1
Bundle-Version: 1.1.2
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
@@ -1,7 +1,7 @@
#!/bin/sh

PACKAGE_NAME=eclipse-tapestry5-plugin
VERSION_NAME=1.1.1
VERSION_NAME=1.1.2

curl -vT content.jar \
-udmitrygusev:$bintray_api_key \
Expand Down
2 changes: 1 addition & 1 deletion update-site/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.anjlab.eclipse.tapestry5.feature_1.1.1.jar" id="com.anjlab.eclipse.tapestry5.feature" version="1.1.1">
<feature url="features/com.anjlab.eclipse.tapestry5.feature_1.1.2.jar" id="com.anjlab.eclipse.tapestry5.feature" version="1.1.2">
<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 a06977c

Please sign in to comment.