Skip to content

Commit

Permalink
Raise version to v1.6.2 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamWaghmare-sap authored Sep 27, 2021
1 parent 6a5e23b commit 5619892
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 21 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.6.1
Bundle-Version: 1.6.2
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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1">
version="1.6.2">

<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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1
Bundle-Version: 1.6.2
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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1
Bundle-Version: 1.6.2
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.6.1</version>
<version>1.6.2</version>
<name>org.abapgit.adt.backend.test</name>
<packaging>eclipse-test-plugin</packaging>
<parent>
<groupId>org.abapgit.adt</groupId>
<artifactId>tests</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
6 changes: 5 additions & 1 deletion test/org.abapgit.adt.ui.test/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
Expand Down
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.6.1
Bundle-Version: 1.6.2
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.6.1</version>
<version>1.6.2</version>
<name>org.abapgit.adt.ui.test</name>
<packaging>eclipse-test-plugin</packaging>
<parent>
<groupId>org.abapgit.adt</groupId>
<artifactId>tests</artifactId>
<version>1.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</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.6.1</version>
<version>1.6.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5619892

Please sign in to comment.