Skip to content

Commit 6e319d9

Browse files
author
sapui5
committed
VERSION CHANGE ONLY
Update versions to next milestone version 1.28.0 Change-Id: Ia6e9750cebcf91de18bc1331c4e4cd28e6d4da28
1 parent 5b60a88 commit 6e319d9

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

.version-tool.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"src/testsuite-utils/pom.xml": "1",
99
"src/sap.ui.layout/pom.xml": "1",
1010
"src/testsuite/pom.xml": "1",
11-
"src/sap.ui.core/pom.xml": "1",
1211
"src/themelib_sap_goldreflection/pom.xml": "1",
12+
"src/sap.ui.core/pom.xml": "1",
1313
"src/sap.ui.table/pom.xml": "1",
1414
"pom.xml": "2",
15-
"src/sap.m/pom.xml": "1",
1615
"src/themelib_sap_bluecrystal/pom.xml": "1",
16+
"src/sap.m/pom.xml": "1",
1717
"src/sap.ui.ux3/pom.xml": "1",
1818
"src/sap.ui.commons/pom.xml": "1"
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openui5",
3-
"version": "1.27.1-SNAPSHOT",
3+
"version": "1.28.0",
44
"description": "OpenUI5 Core & Runtime",
55
"private": true,
66
"scripts": {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>com.sap.openui5</groupId>
1717
<artifactId>reactor</artifactId>
18-
<version>1.27.1-SNAPSHOT</version>
18+
<version>1.28.0</version>
1919
<packaging>pom</packaging>
2020

2121

@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>com.sap.ui5.tools.build</groupId>
194194
<artifactId>ui5builder-maven-plugin</artifactId>
195-
<version>1.27.1-SNAPSHOT</version>
195+
<version>1.28.0</version>
196196
</plugin>
197197

198198
<!-- translation support (for internal use) -->

src/sap.m/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.demokit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.layout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

src/sap.ui.table/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sap.openui5</groupId>
1818
<artifactId>reactor</artifactId>
19-
<version>1.27.1-SNAPSHOT</version>
19+
<version>1.28.0</version>
2020
<relativePath>../../pom.xml</relativePath>
2121
</parent>
2222

0 commit comments

Comments
 (0)