Skip to content

Commit

Permalink
update aesh runtime to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Apr 17, 2014
1 parent 582b7c4 commit 90f059b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.aesh.runtime/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aesh Runtime Plugin
Bundle-SymbolicName: org.jboss.tools.aesh.runtime;singleton:=true
Bundle-Version: 1.3.48.qualifier
Bundle-Version: 1.3.52.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: lib/aesh-0.51.jar
Bundle-ClassPath: lib/aesh-0.52.jar
Export-Package: org.jboss.aesh.cl,
org.jboss.aesh.cl.activation,
org.jboss.aesh.cl.builder,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.tools.aesh.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
</parent>
<groupId>org.jboss.tools.forge.plugins</groupId>
<artifactId>org.jboss.tools.aesh.runtime</artifactId>
<version>1.3.48-SNAPSHOT</version>
<version>1.3.52-SNAPSHOT</version>

<packaging>eclipse-plugin</packaging>

<properties>
<version.aesh>0.51</version.aesh>
<version.aesh>0.52</version.aesh>
</properties>

<build>
Expand Down

0 comments on commit 90f059b

Please sign in to comment.