diff options
author | JohnKeeney <john.keeney@est.tech> | 2024-08-09 18:16:06 +0100 |
---|---|---|
committer | John Keeney <john.keeney@est.tech> | 2024-08-20 14:27:26 +0000 |
commit | 8458aa547f5bc3415b4f337935410a5ff19299e8 (patch) | |
tree | 59c3d87074c915e86511da129479a456e1b76d14 /pom.xml | |
parent | 0dd2728b50598b27f4412e66ed3dcc669e0d4610 (diff) |
Manually reset versions for newdelhi branch - avoid conflict
Keeps most changes since New Delhi Release - easier than rebase & cherry pick
Also update Docs for New Delhi
Issue-ID: CCSDK-4020
Change-Id: Id04a61c0ba1bdb69fa8752446eadb110ebf69f19
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>ccsdk-oran</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.7.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -52,7 +52,7 @@ <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>${sonar-maven-plugin.version}</version> - </plugin> + </plugin> </plugins> </build> </project> |