Skip to content

Commit fda756f

Browse files
author
Arvind Nadendla
committed
fix versions which were overriden due to cherrypick
1 parent e0921f9 commit fda756f

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

pom.xml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.paloaltonetworks.osm</groupId>
66
<artifactId>Panorama</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<name>Panorama</name>
1010
<url>http://maven.apache.org</url>
1111

@@ -16,22 +16,30 @@
1616
</repoVersionCmd>
1717
</properties>
1818

19-
<repositories>
20-
<repository>
21-
<id>osc-nexus</id>
22-
<name>OSC Nexus</name>
23-
<snapshots>
24-
<enabled>true</enabled>
25-
</snapshots>
26-
<url>http://ci.opensecuritycontroller.org:8082/nexus/content/repositories/osc-snapshot/</url>
27-
</repository>
28-
</repositories>
19+
<repositories>
20+
<repository>
21+
<id>osc-nexus</id>
22+
<name>OSC Nexus</name>
23+
<snapshots>
24+
<enabled>true</enabled>
25+
</snapshots>
26+
<url>http://ci.opensecuritycontroller.org:8082/nexus/content/repositories/releases</url>
27+
</repository>
28+
<repository>
29+
<id>osc-nexus-snapshot</id>
30+
<name>OSC Nexus</name>
31+
<snapshots>
32+
<enabled>true</enabled>
33+
</snapshots>
34+
<url>http://ci.opensecuritycontroller.org:8082/nexus/content/repositories/osc-snapshot/</url>
35+
</repository>
36+
</repositories>
2937

3038
<dependencies>
3139
<dependency>
3240
<groupId>org.osc.api</groupId>
3341
<artifactId>security-mgr-api</artifactId>
34-
<version>2.0.1-SNAPSHOT</version>
42+
<version>2.0.0</version>
3543
</dependency>
3644

3745
<!-- OSGi dependencies -->

0 commit comments

Comments
 (0)