Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 5639389

Browse files
committed
1.0
1 parent 6c21d94 commit 5639389

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

fix4j-assert-acceptance/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -23,17 +23,17 @@
2323
<dependency>
2424
<groupId>org.fix4j</groupId>
2525
<artifactId>fix4j-assert-core</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.fix4j</groupId>
3030
<artifactId>fix4j-assert-all</artifactId>
31-
<version>1.0-SNAPSHOT</version>
31+
<version>1.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.fix4j</groupId>
3535
<artifactId>fix4j-assert-testcommon</artifactId>
36-
<version>1.0-SNAPSHOT</version>
36+
<version>1.0</version>
3737
</dependency>
3838
</dependencies>
3939
</project>

fix4j-assert-all/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,17 +13,17 @@
1313
<dependency>
1414
<groupId>org.fix4j</groupId>
1515
<artifactId>fix4j-assert-core</artifactId>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.0</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.fix4j</groupId>
2020
<artifactId>fix4j-assert-fixspec-50sp2</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.fix4j</groupId>
2525
<artifactId>fix4j-assert-quickfix</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0</version>
2727
</dependency>
2828
</dependencies>
2929

fix4j-assert-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

fix4j-assert-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.fix4j</groupId>
2525
<artifactId>fix4j-assert-testcommon</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0</version>
2727
<scope>test</scope>
2828
</dependency>
2929
</dependencies>

fix4j-assert-fixspec-50sp2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.fix4j</groupId>
1515
<artifactId>fix4j-assert-core</artifactId>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.0</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

fix4j-assert-integration/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -23,17 +23,17 @@
2323
<dependency>
2424
<groupId>org.fix4j</groupId>
2525
<artifactId>fix4j-assert-core</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.fix4j</groupId>
3030
<artifactId>fix4j-assert-fixspec-50sp2</artifactId>
31-
<version>1.0-SNAPSHOT</version>
31+
<version>1.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.fix4j</groupId>
3535
<artifactId>fix4j-assert-testcommon</artifactId>
36-
<version>1.0-SNAPSHOT</version>
36+
<version>1.0</version>
3737
</dependency>
3838
</dependencies>
3939
</project>

fix4j-assert-quickfix/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>org.fix4j</groupId>
1515
<artifactId>fix4j-assert-core</artifactId>
16-
<version>1.0-SNAPSHOT</version>
16+
<version>1.0</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.fix4j</groupId>
2020
<artifactId>fix4j-assert-fixspec-50sp2</artifactId>
21-
<version>1.0-SNAPSHOT</version>
21+
<version>1.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<dependency>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.fix4j</groupId>
3636
<artifactId>fix4j-assert-testcommon</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.0</version>
3838
<scope>test</scope>
3939
</dependency>
4040
</dependencies>

fix4j-assert-testcommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fix4j-assert</artifactId>
55
<groupId>org.fix4j</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.fix4j</groupId>
1212
<artifactId>fix4j-assert</artifactId>
1313
<packaging>pom</packaging>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.0</version>
1515
<modules>
1616
<module>fix4j-assert-core</module>
1717
<module>fix4j-assert-quickfix</module>

0 commit comments

Comments
 (0)