Skip to content

Commit 9b2f107

Browse files
author
Komal Yadav
committed
Merge branch 'release/6.11' of github.com:cdapio/cdap-ui into snapshot-remove
2 parents affc344 + 46f6de0 commit 9b2f107

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"@bower_components/d3-timeline": "jiahuang/d3-timeline#0.0.5",
188188
"@bower_components/d3-tip": "Caged/d3-tip#0.6.7",
189189
"@bower_components/dagre": "cpettitt/dagre#^0.7.3",
190-
"@bower_components/dagre-d3": "cpettitt/dagre-d3#0.4.10",
190+
"@bower_components/dagre-d3": "dagrejs/dagre-d3#0.4.10",
191191
"@bower_components/esprima": "ariya/esprima#2.0.0",
192192
"@bower_components/file-saver": "eligrey/FileSaver.js#^2.0.4",
193193
"@bower_components/graphlib": "cpettitt/graphlib#^1.0.5",

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.cdap.cdap</groupId>
2525
<artifactId>cdap</artifactId>
26-
<version>6.12.0</version>
26+
<version>6.11.2-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>cdap-ui</artifactId>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-dependency-plugin</artifactId>
134-
<version>3.8.1</version>
134+
<version>2.8</version>
135135
<executions>
136136
<execution>
137137
<id>copy-dependencies</id>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>com.github.eirslett</groupId>
236236
<artifactId>frontend-maven-plugin</artifactId>
237-
<version>1.15.0</version>
237+
<version>1.15.4</version>
238238
<executions>
239239
<execution>
240240
<id>dist</id>
@@ -545,7 +545,7 @@
545545
<dependency>
546546
<groupId>io.cdap.tests.e2e</groupId>
547547
<artifactId>cdap-e2e-framework</artifactId>
548-
<version>0.5.0-SNAPSHOT</version>
548+
<version>0.4.0</version>
549549
<scope>test</scope>
550550
</dependency>
551551
<dependency>

sandboxjs/sandbox_version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"release": "latest",
3-
"version": "6.12.0-SNAPSHOT"
2+
"release": "v6.11.1",
3+
"version": "6.11.1"
44
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,9 +2244,9 @@
22442244
version "0.0.0"
22452245
resolved "https://codeload.github.com/mbostock-bower/d3-bower/tar.gz/b048d3869f38607e24d3e6e919a248fb828ac3db"
22462246

2247-
"@bower_components/dagre-d3@cpettitt/dagre-d3#0.4.10":
2247+
"@bower_components/dagre-d3@dagrejs/dagre-d3#0.4.10":
22482248
version "0.4.10"
2249-
resolved "https://codeload.github.com/cpettitt/dagre-d3/tar.gz/e746821ab29e0cab58dc8a9f12a12f475ff2f0bc"
2249+
resolved "https://codeload.github.com/dagrejs/dagre-d3/tar.gz/e746821ab29e0cab58dc8a9f12a12f475ff2f0bc"
22502250
dependencies:
22512251
d3 "^3.3.8"
22522252
dagre "^0.7.3"

0 commit comments

Comments
 (0)