aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 67ad92d6d..a159c8426 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
.project
.buildpath
.idea
+.checkstyle
*.iml
ui-react/node_modules
ui-react/build
diff --git a/pom.xml b/pom.xml
index 92caece96..00505619b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
<relativePath/>
</parent>