Skip to content

Commit

Permalink
set version 7.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
missedone committed Feb 25, 2019
1 parent 8a60048 commit ba83b5d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.14.3-SNAPSHOT</version>
<version>7.0.0-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.14.3.qualifier"
version="7.0.0.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.14.3-SNAPSHOT</version>
<version>7.0.0-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.14.3.qualifier
Bundle-Version: 7.0.0.qualifier
Bundle-Activator: org.testng.eclipse.TestNGPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
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.14.3-SNAPSHOT</version>
<version>7.0.0-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.14.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.updatesite</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
4 changes: 2 additions & 2 deletions testng-maven-eclipse-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.testng.eclipse.maven.feature"
label="%feature.name"
version="6.14.3.qualifier"
version="7.0.0.qualifier"
provider-name="%feature.provider">

<description url="http://testng.org">
Expand Down Expand Up @@ -170,7 +170,7 @@ END OF TERMS AND CONDITIONS
</license>

<requires>
<import feature="org.testng.eclipse" version="6.14.3" match="compatible"/>
<import feature="org.testng.eclipse" version="7.0.0" match="compatible"/>
</requires>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-feature/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.14.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<groupId>org.testng.eclipse.features</groupId>
<artifactId>org.testng.eclipse.maven.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-plugin/META-INF/MANIFEST.MF
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.testng.eclipse.maven;singleton:=true
Bundle-Version: 6.14.3.qualifier
Bundle-Version: 7.0.0.qualifier
Bundle-Activator: org.testng.eclipse.maven.Activator
Bundle-Vendor: %bundle.provider
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion testng-maven-eclipse-plugin/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.testng.eclipse</groupId>
<artifactId>org.testng.eclipse.parent</artifactId>
<version>6.14.3-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.testng.eclipse.maven</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit ba83b5d

Please sign in to comment.