Skip to content

Commit ad5c2d9

Browse files
release: 3.0.7
1 parent 9cdf712 commit ad5c2d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "support",
3-
"version": "3.0.6-dev.0",
3+
"version": "3.0.7",
44
"description": "Allow users to reporting ENT issues via Support application",
55
"main": "gulpfile.js",
66
"scripts": {
77
"coverage": "./node_modules/.bin/jest --config jest.config.js --coverage",
88
"test": "npm run coverage"
99
},
1010
"dependencies": {
11-
"entcore": "dev",
11+
"entcore": "4.8.13",
1212
"awesome-typescript-loader": "3.2.1",
1313
"axios": "0.16.2",
1414
"core-js": "2.4.1",

pom.xml

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

1313
<groupId>net.atos</groupId>
1414
<artifactId>support</artifactId>
15-
<version>3.0-SNAPSHOT</version>
15+
<version>3.0.7</version>
1616

1717
<scm>
1818
<connection>scm:git:https://github.com/OPEN-ENT-NG/support.git</connection>
@@ -29,7 +29,7 @@
2929
</repositories>
3030

3131
<properties>
32-
<entCoreVersion>6.7-SNAPSHOT</entCoreVersion>
32+
<entCoreVersion>6.7.4</entCoreVersion>
3333
<junitVersion>4.10</junitVersion>
3434
<mockitoVersion>[2.0,3.0)</mockitoVersion>
3535
<powerMockVersion>2.0.2</powerMockVersion>

0 commit comments

Comments
 (0)