Skip to content

Commit

Permalink
v0.0.4 contains travis build integration prepare release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Feb 3, 2017
1 parent 34412d6 commit a2d2890
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MongoDBRedisIntegration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion SpringSecurityThymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>pom</packaging>

<name>POC by Example</name>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:git://github.com/rajadilipkolli/POC</connection>
<developerConnection>scm:git:[email protected]:rajadilipkolli/POC</developerConnection>
<url>https://github.com/rajadilipkolli/POC</url>
<tag>HEAD</tag>
<tag>v0.0.4</tag>
</scm>

<parent>
Expand Down
5 changes: 2 additions & 3 deletions spring-boot-rest/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>spring-boot-rest</artifactId>
<parent>
<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-sample-ws-cxf-restful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.example.poc</groupId>
<artifactId>poc-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>

<properties>
Expand Down

0 comments on commit a2d2890

Please sign in to comment.