aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml2
-rw-r--r--releases/1.13.5-container-release.yaml7
-rw-r--r--version.properties2
3 files changed, 9 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b181c35..b1ab68a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.13.4-SNAPSHOT</version>
+ <version>1.13.5-SNAPSHOT</version>
<properties>
diff --git a/releases/1.13.5-container-release.yaml b/releases/1.13.5-container-release.yaml
new file mode 100644
index 0000000..6e602e9
--- /dev/null
+++ b/releases/1.13.5-container-release.yaml
@@ -0,0 +1,7 @@
+distribution_type: container
+container_release_tag: 1.13.5
+project: aai/graphadmin
+ref: 97190e79ff655aaf567060a661c13e5693b54bf2
+containers:
+ - name: aai-graphadmin
+ version: 1.13-STAGING-20240503T111158Z
diff --git a/version.properties b/version.properties
index c5bbf54..51a6e0a 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=13
-patch_version=4
+patch_version=5
base_version=${major_version}.${minor_version}.${patch_version}