Skip to content

Commit

Permalink
Merge pull request #11 from hiroxpepe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hiroxpepe authored Jun 5, 2020
2 parents 45d2b61 + 1b6c850 commit 55e2dee
Show file tree
Hide file tree
Showing 38 changed files with 4,245 additions and 173 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
app-db
logs
target
node_modules
.settings
.project
.classpath
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.examproject</groupId>
<artifactId>exmp-blog-model</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>exmp-blog-model</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.examproject</groupId>
<artifactId>exmp-blog-mvc</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>exmp-blog-mvc</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.examproject</groupId>
<artifactId>exmp-blog</artifactId>
<packaging>pom</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>exmp-blog</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.examproject</groupId>
<artifactId>exmp-blog-service</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>exmp-blog-service</name>

<properties>
Expand Down
Loading

0 comments on commit 55e2dee

Please sign in to comment.