Skip to content
Snippets Groups Projects
Commit cf4b9d80 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4589 rename kop -> ozgcloud

parent 82683909
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ public class AspectPointcuts { ...@@ -37,7 +37,7 @@ public class AspectPointcuts {
// aspect pointcut - no implementation needed // aspect pointcut - no implementation needed
} }
@Pointcut("anyPublicMethods() && (anythingInKOP() || anythingInOzgCloud())") @Pointcut("anyPublicMethods() && anythingInOzgCloud()")
void anyPublicMethodInOzgCloud() { void anyPublicMethodInOzgCloud() {
// aspect pointcut - no implementation needed // aspect pointcut - no implementation needed
} }
......
com.mycila# KOP Common license com.mycila# OzgCloud Common license
This is a basic Maven-based project that can be used as license provider for all KOP Projects This is a basic Maven-based project that can be used as license provider for all OzgCloud Projects
It provides the the header and full text of the german [EUPL Version 1.2 license][license] It provides the the header and full text of the german [EUPL Version 1.2 license][license]
...@@ -12,7 +12,7 @@ It is a library, meant to be included as a dependency on any project which may w ...@@ -12,7 +12,7 @@ It is a library, meant to be included as a dependency on any project which may w
To use it add To use it add
```xml ```xml
<kop.license.version>1.4.0</kop.license.version> <ozgcloud.license.version>1.4.0</ozgcloud.license.version>
``` ```
to the properties section of the pom.xml file. to the properties section of the pom.xml file.
...@@ -38,9 +38,9 @@ In the plugins section add ...@@ -38,9 +38,9 @@ In the plugins section add
</configuration> </configuration>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>de.itvsh.kop.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>kop-common-license</artifactId> <artifactId>ozgcloud-common-license</artifactId>
<version>${kop.license.version}</version> <version>${ozgcloud.license.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
......
...@@ -98,7 +98,7 @@ class FopPdfServiceTest { ...@@ -98,7 +98,7 @@ class FopPdfServiceTest {
@Test @Test
@SneakyThrows @SneakyThrows
void shouldRenderToFile() { void shouldRenderToFile() {
var tempFile = File.createTempFile("kop_", ".pdf"); var tempFile = File.createTempFile("ozgcloud_", ".pdf");
tempFile.deleteOnExit(); tempFile.deleteOnExit();
OutputStream out = new FileOutputStream(tempFile); OutputStream out = new FileOutputStream(tempFile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment