diff options
-rw-r--r-- | aai-annotations/pom.xml | 2 | ||||
-rw-r--r-- | aai-core/pom.xml | 4 | ||||
-rw-r--r-- | aai-schema/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 06c1d194..4cfbf37d 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.aai</groupId> <artifactId>aai-annotations</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>aai-annotations</name> <packaging>jar</packaging> <properties> diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 9a03fed6..0f07623f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -5,13 +5,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.aai</groupId> <artifactId>aai-core</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>aai-core</name> <packaging>jar</packaging> <properties> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> - <aai-schema.version>1.2.4-SNAPSHOT</aai-schema.version> + <aai-schema.version>1.1.0-SNAPSHOT</aai-schema.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <sitePath>/content/sites/site/${project.artifactId}/${project.version}</sitePath> </properties> diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 212a53aa..87fc27ee 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -5,11 +5,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.aai</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>aai-schema</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <aai.annotations.version>1.2.4-SNAPSHOT</aai.annotations.version> + <aai.annotations.version>1.1.0-SNAPSHOT</aai.annotations.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <sitePath>/content/sites/site/${project.artifactId}/${project.version}</sitePath> </properties> @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.openecomp.aai</groupId> <artifactId>aai-common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-common</name> |