You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/11/21 21:32:50 UTC

incubator-tamaya-extensions git commit: TAMAYA-318: Fix build warnings.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master fd425470d -> e59a4ef27


TAMAYA-318: Fix build warnings.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/e59a4ef2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/e59a4ef2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/e59a4ef2

Branch: refs/heads/master
Commit: e59a4ef27fbe767b145d1a762426190ecd5db707
Parents: fd42547
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Nov 21 22:32:31 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Nov 21 22:32:31 2017 +0100

----------------------------------------------------------------------
 examples/05-spring-example/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e59a4ef2/examples/05-spring-example/pom.xml
----------------------------------------------------------------------
diff --git a/examples/05-spring-example/pom.xml b/examples/05-spring-example/pom.xml
index 7dd5a18..1d54b6e 100644
--- a/examples/05-spring-example/pom.xml
+++ b/examples/05-spring-example/pom.xml
@@ -29,7 +29,6 @@ under the License.
     </parent>
 
     <artifactId>05-spring-example</artifactId>
-    <version>${project.parent.version}</version>
 
     <properties>
         <spring.version>4.3.10.RELEASE</spring.version>
@@ -103,6 +102,7 @@ under the License.
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring.boot.version}</version>
                 <configuration>
                     <executable>true</executable>
                 </configuration>
@@ -116,6 +116,4 @@ under the License.
             </plugin>
         </plugins>
     </build>
-
-
-</project>
\ No newline at end of file
+</project>