aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
AgeCommit message (Expand)AuthorFilesLines
2023-03-09Bump CPS versionmpriyank1-1/+1
2023-03-07Release process stage 7seanbeirne1-1/+1
2023-02-08Release Process Step 7mpriyank1-1/+1
2023-01-27Update version files for release processseanbeirne1-1/+1
2022-12-01Filter on private properties of CM Handlesleventecsanyi1-1/+1
2022-10-17Bump the minor CPS versionmpriyank1-2/+2
2022-10-05Bump CPS version to 3.1.5-SNAPSHOTmpriyank1-1/+1
2022-09-30Bump CPS to 3.1.4-SNAPSHOTmpriyank1-1/+1
2022-09-29Bump CPS to 3.1.3-SNAPSHOTmpriyank1-1/+1
2022-09-28Prep for 3.1.2 of CPSmpriyank1-1/+1
2022-09-23Prepare for next CPS Core releasempriyank1-1/+1
2022-03-21Update versions for next releaseToineSiebelink1-3/+3
2022-03-16Upgrade to next snapshot versionBruno Sakoto1-1/+1
2022-02-28Updated openapi.yaml to match to changes in get data node APIputhuparambil.aditya1-2/+3
2021-10-14Step 10 : Bumping origin/master version cps-2.1.0puthuparambil.aditya1-2/+2
2021-10-14Step 6 : Bumping version cps-2.0.2puthuparambil.aditya1-1/+1
2021-10-13Version to be updated when the bump is doneputhuparambil.aditya1-1/+1
2021-09-13Update version to 2.0.0Renu Kumari1-2/+2
2021-07-13Editing of Nordix Licenses to ONAP guidelineslukegleeson1-0/+1
2021-06-18Missing licence info added in pom fileshivasubedi1-0/+17
2021-03-05Update versions for next releaseRishi.Chail1-1/+1
2021-03-04Upgrade version numberBruno Sakoto1-2/+2
2021-02-22Upgrade version numberBruno Sakoto1-1/+1
2021-02-22Synchronize version.properties with pom versionBruno Sakoto1-2/+2
2020-11-06Move cps files to root dirJessica Wagantall1-0/+12
dg-ssh</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-netconf</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-license-manager</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-aai</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> <extensions>true</extensions> <configuration> <includeTransitiveDependency>false</includeTransitiveDependency> <excludedArtifactIds> <excludedArtifactId>slf4j-api</excludedArtifactId> <excludedArtifactId>tomcat-jdbc</excludedArtifactId> <excludedArtifactId>tomcat-juli</excludedArtifactId> <excludedArtifactId>httpcore</excludedArtifactId> <excludedArtifactId>httpclient</excludedArtifactId> <excludedArtifactId>org.eclipse.osgi</excludedArtifactId> </excludedArtifactIds> </configuration> </plugin> </plugins> </build> </project>