Skip to content

Commit

Permalink
Update POM Version to 1.1.0-39
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Machine committed Oct 25, 2019
1 parent 4982bc3 commit f1f5bd8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caf-logging-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-39</version>
</parent>

<artifactId>caf-logging-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion caf-logging-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-39</version>
</parent>

<artifactId>caf-logging-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion caf-logging-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-39</version>
</parent>

<artifactId>caf-logging-logback</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-39</version>
<packaging>pom</packaging>

<description>CAF Standard Logback Configuration</description>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging-common</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0-39</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit f1f5bd8

Please sign in to comment.