File tree Expand file tree Collapse file tree 17 files changed +28
-27
lines changed
src/main/java/weblogic/console/backend/utils Expand file tree Collapse file tree 17 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >com.oracle.weblogic</groupId >
11
11
<artifactId >console-backend</artifactId >
12
- <version >1.0-SNAPSHOT </version >
12
+ <version >1.0</version >
13
13
</parent >
14
14
15
15
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020, Oracle Corporation and/or its affiliates. All rights reserved .
2
+ <!-- Copyright 2020, 2021, Oracle and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0"
5
5
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
<parent >
10
10
<artifactId >console-backend</artifactId >
11
11
<groupId >com.oracle.weblogic</groupId >
12
- <version >1.0-SNAPSHOT </version >
12
+ <version >1.0</version >
13
13
</parent >
14
14
15
15
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020, Oracle Corporation and/or its affiliates. All rights reserved .
2
+ <!-- Copyright 2020, 2021, Oracle and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
4
4
<project
5
5
xmlns =" http://maven.apache.org/POM/4.0.0"
11
11
<parent >
12
12
<groupId >com.oracle.weblogic</groupId >
13
13
<artifactId >console-backend</artifactId >
14
- <version >1.0-SNAPSHOT </version >
14
+ <version >1.0</version >
15
15
</parent >
16
16
17
17
<packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ public class LocalizedConstants {
15
15
public static final String MSG_DOMAIN_VER_NOT_SUPPORTED =
16
16
"Unsupported WebLogic domain version" ;
17
17
public static final String MSG_USER_NOT_ADMIN =
18
- "Connected user is not a WebLogic Administrator. Content requiring administrator privileges is not displayed." ;
18
+ "Connected user is not a WebLogic Administrator."
19
+ + " Pages requiring administrator privileges will experience unexpected behavior." ;
19
20
public static final String MSG_DELETE_REFERENCES_FIRST =
20
21
"We recommend that you remove references to an object before you delete it." ;
21
22
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >com.oracle.weblogic</groupId >
13
13
<artifactId >console-backend</artifactId >
14
- <version >1.0-SNAPSHOT </version >
14
+ <version >1.0</version >
15
15
</parent >
16
16
17
17
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020, Oracle Corporation and/or its affiliates. All rights reserved .
2
+ <!-- Copyright 2020, 2021, Oracle and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
4
4
<project
5
5
xmlns =" http://maven.apache.org/POM/4.0.0"
10
10
<parent >
11
11
<groupId >com.oracle.weblogic</groupId >
12
12
<artifactId >console-backend</artifactId >
13
- <version >1.0-SNAPSHOT </version >
13
+ <version >1.0</version >
14
14
</parent >
15
15
16
16
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020, Oracle Corporation and/or its affiliates. All rights reserved .
2
+ <!-- Copyright 2020, 2021, Oracle and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
4
4
<project
5
5
xmlns =" http://maven.apache.org/POM/4.0.0"
10
10
<parent >
11
11
<groupId >com.oracle.weblogic</groupId >
12
12
<artifactId >console-backend</artifactId >
13
- <version >1.0-SNAPSHOT </version >
13
+ <version >1.0</version >
14
14
</parent >
15
15
16
16
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!-- Copyright 2020, Oracle Corporation and/or its affiliates. All rights reserved .
2
+ <!-- Copyright 2020, 2021, Oracle and/or its affiliates.
3
3
Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0"
5
5
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
<parent >
10
10
<artifactId >console-backend</artifactId >
11
11
<groupId >com.oracle.weblogic</groupId >
12
- <version >1.0-SNAPSHOT </version >
12
+ <version >1.0</version >
13
13
</parent >
14
14
15
15
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >com.oracle.weblogic</groupId >
12
12
<artifactId >console-backend</artifactId >
13
- <version >1.0-SNAPSHOT </version >
13
+ <version >1.0</version >
14
14
<description >Oracle WebLogic Console Backend Parent</description >
15
15
<packaging >pom</packaging >
16
16
34
34
<version .reflections>0.9.11</version .reflections>
35
35
<version .snakeyaml>1.26</version .snakeyaml>
36
36
<version .jersey-rx-client-rxjava>2.31</version .jersey-rx-client-rxjava>
37
- <version .console.backend>1.0-SNAPSHOT </version .console.backend>
37
+ <version .console.backend>1.0</version .console.backend>
38
38
39
39
<version .plugin.dependency-check>6.0.2</version .plugin.dependency-check>
40
40
<version .plugin.maven-compiler>3.7.0</version .plugin.maven-compiler>
You can’t perform that action at this time.
0 commit comments