Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Update for 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoebelL committed Oct 26, 2018
1 parent 7a06610 commit 4430290
Show file tree
Hide file tree
Showing 16 changed files with 284 additions and 295 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<classpathentry kind="src" path="oscm-psp-extsvc/src/main/java"/>
<classpathentry kind="var" path="M2_REPO/javax/javaee-api/7.0/javaee-api-7.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions oscm-app-extsvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oscm-app-extsvc</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public interface APPTemplateService {
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -60,8 +58,6 @@ void saveTemplate(Template template, String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -78,8 +74,6 @@ void deleteTemplate(String fileName, String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -98,8 +92,6 @@ List<Template> getTemplateList(String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand Down
11 changes: 5 additions & 6 deletions oscm-billing-external-interfaces/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright FUJITSU LIMITED 2018-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright FUJITSU LIMITED 2018 -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.oscm</groupId>
<artifactId>oscm-interfaces</artifactId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oscm-billing-external-interfaces</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions oscm-extsvc-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>


<artifactId>oscm-extsvc-internal</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,6 @@ public boolean savePaymentConfiguration(
* @throws ConcurrentModificationException
* if the stored discount information is changed by another user
* in the time between reading and writing it
* @throws EJBException
* if the calling user does not have the service manager role
*/

public VOOrganization updateCustomerDiscount(VOOrganization organization)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Bean for JAX-WS exception serialization, specific for
* {@link DeletionConstraintException}.
* {@link org.oscm.internal.types.exception.DeletionConstraintException}.
*
*/
@XmlRootElement(name = "DeletionConstraintExceptionBean")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Bean for JAX-WS exception serialization, specific for
* {@link DigitalSignatureValidationException}.
* {@link org.oscm.internal.types.exception.DigitalSignatureValidationException}.
*/
@XmlRootElement(name = "DigitalSignatureValidationExceptionBean")
@XmlAccessorType(XmlAccessType.PROPERTY)
Expand Down
4 changes: 2 additions & 2 deletions oscm-extsvc-notification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oscm-extsvc-notification</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions oscm-extsvc-operation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oscm-extsvc-operation</artifactId>
<version>1.3.1</version>
<version>1.4</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions oscm-extsvc-provisioning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oscm-extsvc-provisioning</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 4430290

Please sign in to comment.