Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bcavlin committed Apr 4, 2019
1 parent 234d494 commit c1a06ff
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ log/*
..bfg-report/*
.bfg/*
pom.xml.versionsBackup
**/ebextensions/nginx/*
2 changes: 1 addition & 1 deletion invoice-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>my-open-invoice-main</artifactId>
<groupId>com.bgh.myopeninvoice</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion invoice-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>my-open-invoice-main</artifactId>
<groupId>com.bgh.myopeninvoice</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion invoice-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>my-open-invoice-main</artifactId>
<groupId>com.bgh.myopeninvoice</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 8 additions & 1 deletion invoice-server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>my-open-invoice-main</artifactId>
<groupId>com.bgh.myopeninvoice</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>${packaging.type}</packaging>
Expand Down Expand Up @@ -207,6 +207,13 @@
<version>3.2.2</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<webResources>
<resource>
<directory>src/main/ebextensions</directory>
<targetPath>.ebextensions</targetPath>
<filtering>true</filtering>
</resource>
</webResources>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.bgh.myopeninvoice</groupId>
<artifactId>my-open-invoice-main</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.6-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit c1a06ff

Please sign in to comment.