Skip to content

Commit

Permalink
chore: migrated to archetype 2.1.0 (#77631)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Herold committed Jun 23, 2022
1 parent 85ce59b commit 2dde28f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
4 changes: 2 additions & 2 deletions dependency-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</repositories>

<properties>
<platform.version>3.7.0.0</platform.version>
<platform.version>4.1.1</platform.version>
</properties>

<!-- Please note: war and ear artifacts should be included as pom -->
Expand Down Expand Up @@ -120,4 +120,4 @@
<type>pom</type>
</dependency>
</dependencies>
</project>
</project>
24 changes: 13 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,18 @@

<build>
<finalName>iom-blueprint-project</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -183,7 +195,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<verbose>false</verbose>
<debug>true</debug>
Expand All @@ -206,7 +218,6 @@
<descriptor>src/assembly/bin.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -262,15 +273,6 @@
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
Expand Down
4 changes: 2 additions & 2 deletions src/etc/base/project.cluster.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/subsystem=logging/logger=com.intershop.oms.ps: handlers=[CUSTOMIZATION], use-parent-handlers="false", level="ALL"
/subsystem=logging/logger=com.intershop.oms.blueprint: handlers=[CUSTOMIZATION], use-parent-handlers="false", level="ALL"
/subsystem=logging/logger=com.intershop.oms.ps: handlers=[CUSTOMIZATION], use-parent-handlers="false", level="${env.OMS_LOGLEVEL_CUSTOMIZATION}"
/subsystem=logging/logger=com.intershop.oms.blueprint: handlers=[CUSTOMIZATION], use-parent-handlers="false", level="${env.OMS_LOGLEVEL_CUSTOMIZATION}"

0 comments on commit 2dde28f

Please sign in to comment.