Skip to content

Commit 8abfc6e

Browse files
committed
Update
1 parent 7a62297 commit 8abfc6e

File tree

17 files changed

+28
-27
lines changed

17 files changed

+28
-27
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

console-assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -9,7 +9,7 @@
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>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -11,7 +11,7 @@
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>

core/src/main/java/weblogic/console/backend/utils/LocalizedConstants.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -10,7 +10,7 @@
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>

index/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -10,7 +10,7 @@
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>
Binary file not shown.

installer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
@@ -9,7 +9,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

@@ -34,7 +34,7 @@
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>

0 commit comments

Comments
 (0)