Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
version set to 0.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed May 31, 2021
1 parent 60ed439 commit 50243c8
Show file tree
Hide file tree
Showing 85 changed files with 191 additions and 191 deletions.
10 changes: 5 additions & 5 deletions modules/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<name>XSK - Modules - All</name>
<artifactId>xsk-modules-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions modules/api/api-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - API - All</name>
<artifactId>xsk-modules-api-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-xsjs</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions modules/api/api-xsjs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - API - XSJS</name>
<artifactId>xsk-modules-api-xsjs</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

</project>
4 changes: 2 additions & 2 deletions modules/api/api-xsjs/src/main/resources/xsk/web/web.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Copyright (c) 2019-2020 SAP SE or an SAP affiliate company and XSK contributors
* Copyright (c) 2019-2021 SAP SE or an SAP affiliate company and XSK contributors
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License, v2.0
* which accompanies this distribution, and is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-FileCopyrightText: 2019-2020 SAP SE or an SAP affiliate company and XSK contributors
* SPDX-FileCopyrightText: 2019-2021 SAP SE or an SAP affiliate company and XSK contributors
* SPDX-License-Identifier: Apache-2.0
*/
/*
Expand Down
4 changes: 2 additions & 2 deletions modules/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - API - Parent</name>
<artifactId>xsk-modules-api-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions modules/basis/basis-auditlog/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -7,13 +7,13 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-basis-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - Basis - AuditLog</name>
<artifactId>xsk-modules-basis-auditlog</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/basis/basis-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-basis-auditlog</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/basis/basis-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-basis-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - Basis - Security</name>
<artifactId>xsk-modules-basis-security</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

</project>
4 changes: 2 additions & 2 deletions modules/basis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - Basis - Parent</name>
<artifactId>xsk-modules-basis-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
20 changes: 10 additions & 10 deletions modules/engines/engine-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,54 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<name>XSK - Modules - Engines - All</name>
<artifactId>xsk-modules-engines-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-hdb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-hdbti</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-hdi</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-xsjob</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-xsjs</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-xsodata</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-xssecurity</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
</dependencies>
</project>
16 changes: 8 additions & 8 deletions modules/engines/engine-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - Engines - Core</name>
<artifactId>xsk-modules-engines-core</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -179,25 +179,25 @@
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbti</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbsequence</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbtable</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-hdb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
14 changes: 7 additions & 7 deletions modules/engines/engine-hdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-engines-parent</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>XSK - Modules - Engines - HDB</name>
<artifactId>xsk-modules-engines-hdb</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-api-all</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -278,19 +278,19 @@
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbti</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbsequence</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sap.xsk</groupId>
<artifactId>xsk-modules-parsers-hdbtable</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 50243c8

Please sign in to comment.