Skip to content

Commit

Permalink
6.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed May 25, 2015
1 parent b098ac5 commit 32adcf5
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.9.4-SNAPSHOT</version>
<version>6.9.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.testng.eclipse"
label="TestNG"
version="6.9.4.qualifier"
version="6.9.5.qualifier"
provider-name="Cedric Beust">

<description url="http://testng.org">
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-feature/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.9.4-SNAPSHOT</version>
<version>6.9.5-SNAPSHOT</version>
</parent>
<groupId>org.testng.eclipse.features</groupId>
<artifactId>org.testng.eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-plugin/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.testng.eclipse; singleton:=true
Bundle-Version: 6.9.4.qualifier
Bundle-Version: 6.9.5.qualifier
Bundle-Activator: org.testng.eclipse.TestNGPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
Binary file modified testng-eclipse-plugin/lib/testng-sources.jar
Binary file not shown.
Binary file modified testng-eclipse-plugin/lib/testng.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion testng-eclipse-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.9.4-SNAPSHOT</version>
<version>6.9.5-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-update-site/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.9.4-SNAPSHOT</version>
<version>6.9.5-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.updatesite</artifactId>
<packaging>eclipse-update-site</packaging>
Expand Down
2 changes: 1 addition & 1 deletion testng-eclipse-update-site/site.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.testng.eclipse_6.9.4.qualifier.jar" id="org.testng.eclipse" version="6.9.4.qualifier">
<feature url="features/org.testng.eclipse_6.9.5.qualifier.jar" id="org.testng.eclipse" version="6.9.5.qualifier">
<category name="org.testng.eclipse"/>
</feature>
<category-def name="org.testng.eclipse" label="TestNG"/>
Expand Down

0 comments on commit 32adcf5

Please sign in to comment.