Skip to content

Commit

Permalink
6.5.11 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal.Weyer committed Feb 23, 2017
1 parent 58def9a commit 4090315
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.dynatrace.eclipseintegration.plugin;singleton:=true
Bundle-Version: 6.5.11.qualifier
Bundle-Version: 6.5.11
Bundle-Activator: com.dynatrace.diagnostics.eclipseintegration.Activator
Bundle-Localization: plugin
Require-Bundle:
Expand Down
2 changes: 1 addition & 1 deletion com.dynatrace.eclipseintegration.plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dynatrace.eclipseintegration</groupId>
<artifactId>parent</artifactId>
<version>6.5.11-SNAPSHOT</version>
<version>6.5.11</version>
</parent>

<artifactId>com.dynatrace.eclipseintegration.plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions com.dynatrace.eclipseintegration.repository/category.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.dynatrace.eclipseintegration_6.5.11.qualifier.jar"
<feature url="features/com.dynatrace.eclipseintegration_6.5.11.jar"
id="com.dynatrace.eclipseintegration"
version="6.5.11.qualifier">
version="6.5.11">
<category name="Dynatrace"/>
</feature>
<category-def name="Dynatrace" label="Dynatrace">
Expand Down
2 changes: 1 addition & 1 deletion com.dynatrace.eclipseintegration.repository/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dynatrace.eclipseintegration</groupId>
<artifactId>parent</artifactId>
<version>6.5.11-SNAPSHOT</version>
<version>6.5.11</version>
</parent>

<artifactId>com.dynatrace.eclipseintegration.repository</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions com.dynatrace.eclipseintegration/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.dynatrace.eclipseintegration"
label="Dynatrace Application Monitoring for Eclipse"
version="6.5.11.qualifier"
version="6.5.11"
provider-name="Dynatrace">

<description url="http://www.Dynatrace.com/apm">
Expand Down Expand Up @@ -90,7 +90,7 @@ This Agreement is the complete statement of the understanding between the partie
id="com.dynatrace.eclipseintegration.plugin"
download-size="0"
install-size="0"
version="6.5.11.qualifier"
version="6.5.11"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion com.dynatrace.eclipseintegration/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.dynatrace.eclipseintegration</groupId>
<artifactId>parent</artifactId>
<version>6.5.11-SNAPSHOT</version>
<version>6.5.11</version>
</parent>

<artifactId>com.dynatrace.eclipseintegration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.dynatrace.eclipseintegration</groupId>
<artifactId>parent</artifactId>
<version>6.5.11-SNAPSHOT</version>
<version>6.5.11</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 4090315

Please sign in to comment.