Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Parra committed May 10, 2017
2 parents 65f543b + 242a52b commit 4b3d47c
Show file tree
Hide file tree
Showing 149 changed files with 6,173 additions and 2,190 deletions.
4 changes: 1 addition & 3 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
</scm>

<properties>
<oasp4j.version>2.1.0</oasp4j.version>
<devonfw.version>2.1.0-SNAPSHOT</devonfw.version>
<spring.boot.version>1.3.3.RELEASE</spring.boot.version>
<oasp4j.version>2.3.0-SNAPSHOT</oasp4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cxf.version>3.1.6</cxf.version>
Expand Down
29 changes: 26 additions & 3 deletions module-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>devonfw</artifactId>
<artifactId>ipmodule-archetype</artifactId>
<groupId>com.capgemini.devonfw.dev</groupId>
<version>dev-SNAPSHOT</version> <!-- This POM will never be released -->
<name>${project.artifactId}</name>
<description>Devon Module template created to serve as an example for new module.</description>
<parent>
<groupId>com.capgemini.devonfw.dev</groupId>
<artifactId>devonfw</artifactId>
<version>dev-SNAPSHOT</version>
</parent>


<properties>
<oasp4j.version>2.1.0</oasp4j.version>
<devonfw.version>2.1.0-SNAPSHOT</devonfw.version>
<spring.boot.version>1.3.3.RELEASE</spring.boot.version>
<spring.context.version>4.2.5.RELEASE</spring.context.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -36,6 +40,13 @@
</modules> -->

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources/</directory>
<filtering>true</filtering>
</resource>
</resources>

<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -117,6 +128,18 @@
<target>${java.version}</target>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<delimiters>
<delimiter>^*^</delimiter>
</delimiters>
<useDefaultDelimiters>false</useDefaultDelimiters>
</configuration>
</plugin>

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -173,7 +196,7 @@
<!-- <dependency>
<groupId>com.capgemini.devonfw</groupId>
<artifactId>devonfw-bom</artifactId>
<version>${devonfw.version}</version>
<version>^devonfw.version^</version>
<type>pom</type>
<scope>import</scope>
</dependency> -->
Expand Down
32 changes: 0 additions & 32 deletions module-archetype/target/generated-sources/archetype/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4b3d47c

Please sign in to comment.