Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Thomas Vachuska
2015-03-18 17:20:28 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b91356eae7816878274d3754f1c629f3a52d2eac
b91356ea
1 parent
441d7da3
Ooops. Fixing parent pom reference.
Change-Id: I8b2bc0dc10f486a484580c307c597a3519613e93
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/test/election/pom.xml
apps/test/intent-perf/pom.xml
apps/test/pom.xml
apps/test/election/pom.xml
View file @
b91356e
...
...
@@ -22,7 +22,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-app
-samples
</artifactId>
<artifactId>
onos-app
s-test
</artifactId>
<version>
1.2.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/intent-perf/pom.xml
View file @
b91356e
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos-app
-samples
</artifactId>
<artifactId>
onos-app
s-test
</artifactId>
<version>
1.2.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
apps/test/pom.xml
View file @
b91356e
...
...
@@ -21,7 +21,7 @@
<parent>
<groupId>
org.onosproject
</groupId>
<artifactId>
onos
</artifactId>
<artifactId>
onos
-apps
</artifactId>
<version>
1.2.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
Please
register
or
login
to post a comment