Skip to content

Commit

Permalink
Update POM Version to 1.3.0-95
Browse files Browse the repository at this point in the history
  • Loading branch information
buildmachine-sou-jenkins2 committed Aug 17, 2020
1 parent 9f3e426 commit 6c7e6b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.3.0-SNAPSHOT</version>
<version>1.3.0-95</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.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</parent>

<artifactId>caf-logging-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion caf-logging-logback-access-converters/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.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</parent>

<artifactId>caf-logging-logback-access-converters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion caf-logging-logback-converters/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.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</parent>

<artifactId>caf-logging-logback-converters</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.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</parent>

<artifactId>caf-logging-logback</artifactId>
Expand Down
6 changes: 3 additions & 3 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.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
<packaging>pom</packaging>

<description>CAF Standard Logback Configuration</description>
Expand Down Expand Up @@ -89,12 +89,12 @@
<dependency>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging-common</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.logging</groupId>
<artifactId>caf-logging-logback-converters</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-95</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 6c7e6b7

Please sign in to comment.