Skip to content

Commit 71bc51d

Browse files
committed
Release v1.0.0
1 parent 2fd10dd commit 71bc51d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.opengamma.sdk</groupId>
1313
<artifactId>sdk-examples</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<packaging>jar</packaging>
1616
<name>SDK-Examples</name>
1717
<description>OpenGamma SDK - Example code to demonstrate usage</description>

modules/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.opengamma.sdk</groupId>
88
<artifactId>sdk-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>sdk-common</artifactId>

modules/margin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.opengamma.sdk</groupId>
88
<artifactId>sdk-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>sdk-margin</artifactId>

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.opengamma.sdk</groupId>
1313
<artifactId>sdk-parent</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<packaging>pom</packaging>
1616
<name>SDK-Parent</name>
1717
<description>OpenGamma SDK - Parent project</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>com.opengamma.sdk</groupId>
1313
<artifactId>sdk-root</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<packaging>pom</packaging>
1616
<name>SDK-Root</name>
1717
<description>OpenGamma SDK - Root project</description>

0 commit comments

Comments
 (0)