Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release 1.7.7 #263

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org.abapgit.adt.backend/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.abapgit.adt.backend;singleton:=true
Bundle-Version: 1.7.6
Bundle-Version: 1.7.7
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.abapgit.adt.backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.backend</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>org.abapgit.adt.backend</name>
<packaging>eclipse-plugin</packaging>

<parent>
<artifactId>org.abapgit.adt.parent</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.abapgit.adt.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.abapgit.adt.feature"
label="abapGit for ABAP Development Tools (ADT)"
version="1.7.6">
version="1.7.7">

<description url="http://abapgit.org">
abapGit plugin for ABAP Development Tools (ADT)
Expand Down
4 changes: 2 additions & 2 deletions org.abapgit.adt.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.feature</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>org.abapgit.adt.feature</name>
<packaging>eclipse-feature</packaging>

<parent>
<artifactId>org.abapgit.adt.parent</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.abapgit.adt.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.abapgit.adt.ui;singleton:=true
Bundle-Version: 1.7.6
Bundle-Version: 1.7.7
Bundle-Activator: org.abapgit.adt.ui.AbapGitUIPlugin
Bundle-ClassPath: .
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.abapgit.adt.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.ui</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>org.abapgit.adt.ui</name>
<packaging>eclipse-plugin</packaging>

<parent>
<artifactId>org.abapgit.adt.parent</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.abapgit.adt.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
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">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.updatesite</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>abapGit for ABAP Development Tools (ADT)</name>
<packaging>eclipse-repository</packaging>

<parent>
<artifactId>org.abapgit.adt.parent</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.abapgit.adt</groupId>
<artifactId>org.abapgit.adt.parent</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>abapGit</name>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion test/org.abapgit.adt.backend.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Unit Tests for abapGit ADT Backend components
Bundle-SymbolicName: org.abapgit.adt.backend.test;singleton:=true
Bundle-Version: 1.7.6
Bundle-Version: 1.7.7
Bundle-ClassPath: .
Bundle-Vendor: abapGit
Fragment-Host: org.abapgit.adt.backend
Expand Down
4 changes: 2 additions & 2 deletions test/org.abapgit.adt.backend.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
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">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.backend.test</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>org.abapgit.adt.backend.test</name>
<packaging>eclipse-test-plugin</packaging>
<parent>
<groupId>org.abapgit.adt</groupId>
<artifactId>tests</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion test/org.abapgit.adt.ui.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AbapGit UI tests
Bundle-SymbolicName: org.abapgit.adt.ui.test;singleton:=true
Bundle-Version: 1.7.6
Bundle-Version: 1.7.7
Bundle-ClassPath: .
Bundle-Vendor: abapGit
Fragment-Host: org.abapgit.adt.ui;bundle-version="0.13.2"
Expand Down
4 changes: 2 additions & 2 deletions test/org.abapgit.adt.ui.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<modelVersion>4.0.0</modelVersion>
<artifactId>org.abapgit.adt.ui.test</artifactId>
<groupId>org.abapgit.adt</groupId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>org.abapgit.adt.ui.test</name>
<packaging>eclipse-test-plugin</packaging>
<parent>
<groupId>org.abapgit.adt</groupId>
<artifactId>tests</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.abapgit.adt</groupId>
<artifactId>tests</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<name>Test Fragments</name>
<packaging>pom</packaging>
<description>Test Fragments</description>

<parent>
<groupId>org.abapgit.adt</groupId>
<artifactId>org.abapgit.adt.parent</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down