Skip to content

Commit

Permalink
new release 1.7.8 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamWaghmare-sap committed Apr 12, 2024
1 parent c95943e commit e5e4bfb
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
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.7
Bundle-Version: 1.7.8
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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7">
version="1.7.8">

<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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7
Bundle-Version: 1.7.8
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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7
Bundle-Version: 1.7.8
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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7
Bundle-Version: 1.7.8
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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</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.7</version>
<version>1.7.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e5e4bfb

Please sign in to comment.