Skip to content

Commit bda937e

Browse files
New Release v1.6.5 (#229)
1 parent 16261ac commit bda937e

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

org.abapgit.adt.backend/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: org.abapgit.adt.backend;singleton:=true
5-
Bundle-Version: 1.6.4
5+
Bundle-Version: 1.6.5
66
Bundle-ClassPath: .
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

org.abapgit.adt.backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.backend</artifactId>
55
<groupId>org.abapgit.adt</groupId>
6-
<version>1.6.4</version>
6+
<version>1.6.5</version>
77
<name>org.abapgit.adt.backend</name>
88
<packaging>eclipse-plugin</packaging>
99

1010
<parent>
1111
<artifactId>org.abapgit.adt.parent</artifactId>
1212
<groupId>org.abapgit.adt</groupId>
13-
<version>1.6.4</version>
13+
<version>1.6.5</version>
1414
<relativePath>../</relativePath>
1515
</parent>
1616

org.abapgit.adt.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.abapgit.adt.feature"
44
label="abapGit for ABAP Development Tools (ADT)"
5-
version="1.6.4">
5+
version="1.6.5">
66

77
<description url="http://abapgit.org">
88
abapGit plugin for ABAP Development Tools (ADT)

org.abapgit.adt.feature/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.feature</artifactId>
55
<groupId>org.abapgit.adt</groupId>
6-
<version>1.6.4</version>
6+
<version>1.6.5</version>
77
<name>org.abapgit.adt.feature</name>
88
<packaging>eclipse-feature</packaging>
99

1010
<parent>
1111
<artifactId>org.abapgit.adt.parent</artifactId>
1212
<groupId>org.abapgit.adt</groupId>
13-
<version>1.6.4</version>
13+
<version>1.6.5</version>
1414
<relativePath>../</relativePath>
1515
</parent>
1616

org.abapgit.adt.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: org.abapgit.adt.ui;singleton:=true
5-
Bundle-Version: 1.6.4
5+
Bundle-Version: 1.6.5
66
Bundle-Activator: org.abapgit.adt.ui.AbapGitUIPlugin
77
Bundle-ClassPath: .
88
Bundle-Localization: plugin

org.abapgit.adt.ui/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.ui</artifactId>
55
<groupId>org.abapgit.adt</groupId>
6-
<version>1.6.4</version>
6+
<version>1.6.5</version>
77
<name>org.abapgit.adt.ui</name>
88
<packaging>eclipse-plugin</packaging>
99

1010
<parent>
1111
<artifactId>org.abapgit.adt.parent</artifactId>
1212
<groupId>org.abapgit.adt</groupId>
13-
<version>1.6.4</version>
13+
<version>1.6.5</version>
1414
<relativePath>../</relativePath>
1515
</parent>
1616

org.abapgit.adt.updatesite/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.updatesite</artifactId>
5-
<version>1.6.4</version>
5+
<version>1.6.5</version>
66
<name>abapGit for ABAP Development Tools (ADT)</name>
77
<packaging>eclipse-repository</packaging>
88

99
<parent>
1010
<artifactId>org.abapgit.adt.parent</artifactId>
1111
<groupId>org.abapgit.adt</groupId>
12-
<version>1.6.4</version>
12+
<version>1.6.5</version>
1313
<relativePath>../</relativePath>
1414
</parent>
1515

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.abapgit.adt</groupId>
55
<artifactId>org.abapgit.adt.parent</artifactId>
6-
<version>1.6.4</version>
6+
<version>1.6.5</version>
77
<name>abapGit</name>
88
<packaging>pom</packaging>
99
<modules>

test/org.abapgit.adt.backend.test/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Unit Tests for abapGit ADT Backend components
44
Bundle-SymbolicName: org.abapgit.adt.backend.test;singleton:=true
5-
Bundle-Version: 1.6.4
5+
Bundle-Version: 1.6.5
66
Bundle-ClassPath: .
77
Bundle-Vendor: abapGit
88
Fragment-Host: org.abapgit.adt.backend

test/org.abapgit.adt.backend.test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.backend.test</artifactId>
5-
<version>1.6.4</version>
5+
<version>1.6.5</version>
66
<name>org.abapgit.adt.backend.test</name>
77
<packaging>eclipse-test-plugin</packaging>
88
<parent>
99
<groupId>org.abapgit.adt</groupId>
1010
<artifactId>tests</artifactId>
11-
<version>1.6.4</version>
11+
<version>1.6.5</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
</project>

test/org.abapgit.adt.ui.test/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: AbapGit UI tests
44
Bundle-SymbolicName: org.abapgit.adt.ui.test;singleton:=true
5-
Bundle-Version: 1.6.4
5+
Bundle-Version: 1.6.5
66
Bundle-ClassPath: .
77
Bundle-Vendor: abapGit
88
Fragment-Host: org.abapgit.adt.ui;bundle-version="0.13.2"

test/org.abapgit.adt.ui.test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>org.abapgit.adt.ui.test</artifactId>
55
<groupId>org.abapgit.adt</groupId>
6-
<version>1.6.4</version>
6+
<version>1.6.5</version>
77
<name>org.abapgit.adt.ui.test</name>
88
<packaging>eclipse-test-plugin</packaging>
99
<parent>
1010
<groupId>org.abapgit.adt</groupId>
1111
<artifactId>tests</artifactId>
12-
<version>1.6.4</version>
12+
<version>1.6.5</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.abapgit.adt</groupId>
66
<artifactId>tests</artifactId>
7-
<version>1.6.4</version>
7+
<version>1.6.5</version>
88
<name>Test Fragments</name>
99
<packaging>pom</packaging>
1010
<description>Test Fragments</description>
1111

1212
<parent>
1313
<groupId>org.abapgit.adt</groupId>
1414
<artifactId>org.abapgit.adt.parent</artifactId>
15-
<version>1.6.4</version>
15+
<version>1.6.5</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)