diff options
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 2 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index b1fa343..7194f24 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c68c2ba..af802c4 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index fba6c4a..90a34e7 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-logging-service</name> <properties> diff --git a/version.properties b/version.properties index 3947b9c..f3dde84 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |