Updating cord-config in segment routing app to 1.0-b1
Change-Id: Id31312419eb97362b8ec4cad92ed215911574010
Showing
3 changed files
with
4 additions
and
4 deletions
| ... | @@ -21,5 +21,5 @@ | ... | @@ -21,5 +21,5 @@ |
| 21 | <description>${project.description}</description> | 21 | <description>${project.description}</description> |
| 22 | <artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact> | 22 | <artifact>mvn:${project.groupId}/${project.artifactId}/${project.version}</artifact> |
| 23 | <!-- TODO: Replace this with variable --> | 23 | <!-- TODO: Replace this with variable --> |
| 24 | - <artifact>mvn:org.opencord/cord-config/1.0-SNAPSHOT</artifact> | 24 | + <artifact>mvn:org.onosproject/cord-config/1.0-b1</artifact> |
| 25 | </app> | 25 | </app> | ... | ... |
| ... | @@ -20,6 +20,6 @@ | ... | @@ -20,6 +20,6 @@ |
| 20 | <feature>onos-api</feature> | 20 | <feature>onos-api</feature> |
| 21 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> | 21 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> |
| 22 | <!-- TODO: Replace this with variable --> | 22 | <!-- TODO: Replace this with variable --> |
| 23 | - <bundle>mvn:org.opencord/cord-config/1.0-SNAPSHOT</bundle> | 23 | + <bundle>mvn:org.onosproject/cord-config/1.0-b1</bundle> |
| 24 | </feature> | 24 | </feature> |
| 25 | </features> | 25 | </features> | ... | ... |
| ... | @@ -65,10 +65,10 @@ | ... | @@ -65,10 +65,10 @@ |
| 65 | <version>${project.version}</version> | 65 | <version>${project.version}</version> |
| 66 | </dependency> | 66 | </dependency> |
| 67 | <dependency> | 67 | <dependency> |
| 68 | - <groupId>org.opencord</groupId> | 68 | + <groupId>org.onosproject</groupId> |
| 69 | <artifactId>cord-config</artifactId> | 69 | <artifactId>cord-config</artifactId> |
| 70 | <!-- TODO: Replace this with variable --> | 70 | <!-- TODO: Replace this with variable --> |
| 71 | - <version>1.0-SNAPSHOT</version> | 71 | + <version>1.0-b1</version> |
| 72 | </dependency> | 72 | </dependency> |
| 73 | <dependency> | 73 | <dependency> |
| 74 | <groupId>javax.ws.rs</groupId> | 74 | <groupId>javax.ws.rs</groupId> | ... | ... |
-
Please register or login to post a comment