Skip to content

Commit

Permalink
VERSION CHANGE ONLY
Browse files Browse the repository at this point in the history
Change-Id: I82a7c4dc1df36891881b1b15585c9c85657ae37e
  • Loading branch information
sapui5 committed Jun 11, 2024
1 parent 9f471d9 commit 58b9889
Show file tree
Hide file tree
Showing 49 changed files with 162 additions and 162 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openui5",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 Core & Runtime",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--MainVersion-->
<version>1.71.66</version><!--MainVersion-->
<packaging>pom</packaging>


Expand Down Expand Up @@ -218,7 +218,7 @@
<plugin>
<groupId>com.sap.ui5.tools.build</groupId>
<artifactId>ui5builder-maven-plugin</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
</plugin>

<!-- translation support (for internal use) -->
Expand Down
8 changes: 4 additions & 4 deletions src/sap.f/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.f",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.f",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.m": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.layout": "1.71.66-SNAPSHOT"
"@openui5/sap.m": "1.71.66",
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.ui.layout": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.f/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions src/sap.m/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.m",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.m",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.layout": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.unified": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.ui.layout": "1.71.66",
"@openui5/sap.ui.unified": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.m/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions src/sap.tnt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.tnt",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.tnt",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.m": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.m": "1.71.66",
"@openui5/sap.ui.core": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.tnt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/sap.ui.codeeditor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.codeeditor",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.codeeditor",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.codeeditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions src/sap.ui.commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.commons",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.commons",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.layout": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.unified": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.ui.layout": "1.71.66",
"@openui5/sap.ui.unified": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/sap.ui.core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.core",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 Core Library sap.ui.core",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sap.ui.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 deletions src/sap.ui.demokit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.demokit",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.demokit",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,9 +14,9 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.commons": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/themelib_sap_belize": "1.71.66-SNAPSHOT",
"@openui5/themelib_sap_bluecrystal": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.commons": "1.71.66",
"@openui5/sap.ui.core": "1.71.66",
"@openui5/themelib_sap_belize": "1.71.66",
"@openui5/themelib_sap_bluecrystal": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.demokit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions src/sap.ui.documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.documentation",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.documentation",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.m": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.layout": "1.71.66-SNAPSHOT"
"@openui5/sap.m": "1.71.66",
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.ui.layout": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/sap.ui.dt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.dt",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.dt",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.dt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions src/sap.ui.fl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.fl",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.fl",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.m": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.m": "1.71.66",
"@openui5/sap.ui.core": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.fl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions src/sap.ui.integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.integration",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.integration",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.f": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.f": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/sap.ui.layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.layout",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.layout",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions src/sap.ui.rta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.rta",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.rta",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,10 +14,10 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.m": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.dt": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.fl": "1.71.66-SNAPSHOT",
"@openui5/sap.ui.layout": "1.71.66-SNAPSHOT"
"@openui5/sap.m": "1.71.66",
"@openui5/sap.ui.core": "1.71.66",
"@openui5/sap.ui.dt": "1.71.66",
"@openui5/sap.ui.fl": "1.71.66",
"@openui5/sap.ui.layout": "1.71.66"
}
}
2 changes: 1 addition & 1 deletion src/sap.ui.rta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.sap.openui5</groupId>
<artifactId>reactor</artifactId>
<version>1.71.66-SNAPSHOT</version><!--TargetVersion-->
<version>1.71.66</version><!--TargetVersion-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/sap.ui.suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openui5/sap.ui.suite",
"version": "1.71.66-SNAPSHOT",
"version": "1.71.66",
"description": "OpenUI5 UI Library sap.ui.suite",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
Expand All @@ -14,6 +14,6 @@
"url": "https://github.com/SAP/openui5.git"
},
"dependencies": {
"@openui5/sap.ui.core": "1.71.66-SNAPSHOT"
"@openui5/sap.ui.core": "1.71.66"
}
}
Loading

0 comments on commit 58b9889

Please sign in to comment.