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 99 <parent >
1010 <groupId >com.oracle.weblogic</groupId >
1111 <artifactId >console-backend</artifactId >
12- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1313 </parent >
1414
1515 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?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.
33 Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
44<project xmlns =" http://maven.apache.org/POM/4.0.0"
55 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 <parent >
1010 <artifactId >console-backend</artifactId >
1111 <groupId >com.oracle.weblogic</groupId >
12- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1313 </parent >
1414
1515 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 11<?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.
33 Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
44<project
55 xmlns =" http://maven.apache.org/POM/4.0.0"
1111 <parent >
1212 <groupId >com.oracle.weblogic</groupId >
1313 <artifactId >console-backend</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ public class LocalizedConstants {
1515 public static final String MSG_DOMAIN_VER_NOT_SUPPORTED =
1616 "Unsupported WebLogic domain version" ;
1717 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." ;
1920 public static final String MSG_DELETE_REFERENCES_FIRST =
2021 "We recommend that you remove references to an object before you delete it." ;
2122
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.oracle.weblogic</groupId >
1313 <artifactId >console-backend</artifactId >
14- <version >1.0-SNAPSHOT </version >
14+ <version >1.0</version >
1515 </parent >
1616
1717 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?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.
33 Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
44<project
55 xmlns =" http://maven.apache.org/POM/4.0.0"
1010 <parent >
1111 <groupId >com.oracle.weblogic</groupId >
1212 <artifactId >console-backend</artifactId >
13- <version >1.0-SNAPSHOT </version >
13+ <version >1.0</version >
1414 </parent >
1515
1616 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 11<?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.
33 Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
44<project
55 xmlns =" http://maven.apache.org/POM/4.0.0"
1010 <parent >
1111 <groupId >com.oracle.weblogic</groupId >
1212 <artifactId >console-backend</artifactId >
13- <version >1.0-SNAPSHOT </version >
13+ <version >1.0</version >
1414 </parent >
1515
1616 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?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.
33 Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. -->
44<project xmlns =" http://maven.apache.org/POM/4.0.0"
55 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 <parent >
1010 <artifactId >console-backend</artifactId >
1111 <groupId >com.oracle.weblogic</groupId >
12- <version >1.0-SNAPSHOT </version >
12+ <version >1.0</version >
1313 </parent >
1414
1515 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 1010
1111 <groupId >com.oracle.weblogic</groupId >
1212 <artifactId >console-backend</artifactId >
13- <version >1.0-SNAPSHOT </version >
13+ <version >1.0</version >
1414 <description >Oracle WebLogic Console Backend Parent</description >
1515 <packaging >pom</packaging >
1616
3434 <version .reflections>0.9.11</version .reflections>
3535 <version .snakeyaml>1.26</version .snakeyaml>
3636 <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>
3838
3939 <version .plugin.dependency-check>6.0.2</version .plugin.dependency-check>
4040 <version .plugin.maven-compiler>3.7.0</version .plugin.maven-compiler>
You can’t perform that action at this time.
0 commit comments