summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/odlux.properties
blob: b47f852e011e2267f6988ad4eed26012bdc04f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
odlux.framework.buildno=116.8c2f6b7(21/08/05)
odlux.apps.configurationApp.buildno=109.dbfed60(21/06/23)
odlux.apps.connectApp.buildno=116.8c2f6b7(21/08/05)
odlux.apps.eventLogApp.buildno=108.a60ec28(21/06/11)
odlux.apps.faultApp.buildno=114.1220e03(21/07/30)
odlux.apps.helpApp.buildno=108.a60ec28(21/06/11)
odlux.apps.inventoryApp.buildno=108.a60ec28(21/06/11)
odlux.apps.linkCalculationApp.buildno=116.8c2f6b7(21/08/05)
odlux.apps.maintenanceApp.buildno=108.a60ec28(21/06/11)
odlux.apps.mediatorApp.buildno=108.a60ec28(21/06/11)
odlux.apps.networkMapApp.buildno=115.f8b3b3c(21/07/30)
odlux.apps.lineOfSightApp.buildno=116.8c2f6b7(21/08/05)
odlux.apps.permanceHistoryApp.buildno=81.1c38886(20/12/04)
anguage governing permissions and limitations under the License. ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-testsuites</artifactId> <version>2.4.3-SNAPSHOT</version> </parent> <artifactId>distribution-stability</artifactId> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>create-distribution</id> <phase>package</phase> <goals> <goal>single</goal> </goals> <configuration> <descriptors> <descriptor>src/assembly/assembly.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>