Skip to content

Commit 6c066f6

Browse files
00datmanmarkjohndoyle
authored andcommitted
Centralize version management
This should make it easier to manage the version of all the various submodules, as well as make it easier for users, who can do the following to get this same <dependencyManagement> block: <dependency> <group>org.boost</group> <artifact>parent</artifact> <version>1.57.0+nar.10</version> <scope>import</scope> </dependency>
1 parent 3fd21d8 commit 6c066f6

File tree

40 files changed

+306
-138
lines changed

40 files changed

+306
-138
lines changed

algorithm/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<groupId>org.boost</groupId>
4040
<artifactId>core</artifactId>
4141
<type>nar</type>
42-
<version>1.57.0+nar.10</version>
4342
</dependency>
4443
</dependencies>
4544

asio/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@
3939
<groupId>org.boost</groupId>
4040
<artifactId>core</artifactId>
4141
<type>nar</type>
42-
<version>1.57.0+nar.10</version>
4342
</dependency>
4443
<dependency>
4544
<groupId>org.boost</groupId>
4645
<artifactId>system</artifactId>
4746
<type>nar</type>
48-
<version>1.57.0+nar.10</version>
4947
</dependency>
5048
</dependencies>
5149

bind/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

circular/pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -32,56 +32,47 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
<dependency>
3837
<groupId>org.boost</groupId>
3938
<artifactId>preprocessor</artifactId>
4039
<type>nar</type>
41-
<version>1.57.0+nar.10</version>
4240
</dependency>
4341
<dependency>
4442
<groupId>org.boost</groupId>
4543
<artifactId>config</artifactId>
4644
<type>nar</type>
47-
<version>1.57.0+nar.10</version>
4845
</dependency>
4946
<dependency>
5047
<groupId>org.boost</groupId>
5148
<artifactId>utility</artifactId>
5249
<type>nar</type>
53-
<version>1.57.0+nar.10</version>
5450
</dependency>
5551
<dependency>
5652
<groupId>org.boost</groupId>
5753
<artifactId>iterator</artifactId>
5854
<type>nar</type>
59-
<version>1.57.0+nar.10</version>
6055
</dependency>
6156
<dependency>
6257
<groupId>org.boost</groupId>
6358
<artifactId>container</artifactId>
6459
<type>nar</type>
65-
<version>1.57.0+nar.10</version>
6660
</dependency>
6761

6862
<dependency>
6963
<groupId>org.boost</groupId>
7064
<artifactId>type-traits</artifactId>
7165
<type>nar</type>
72-
<version>1.57.0+nar.10</version>
7366
</dependency>
7467
<dependency>
7568
<groupId>org.boost</groupId>
7669
<artifactId>move</artifactId>
7770
<type>nar</type>
78-
<version>1.57.0+nar.10</version>
7971
</dependency>
8072
<dependency>
8173
<groupId>org.boost</groupId>
8274
<artifactId>detail</artifactId>
8375
<type>nar</type>
84-
<version>1.57.0+nar.10</version>
8576
</dependency>
8677
</dependencies>
8778

concept/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

config/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

container/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

date-time/pom.xml

-13
Original file line numberDiff line numberDiff line change
@@ -42,79 +42,66 @@
4242
<groupId>org.boost</groupId>
4343
<artifactId>core</artifactId>
4444
<type>nar</type>
45-
<version>1.57.0+nar.10</version>
4645
</dependency>
4746
<dependency>
4847
<groupId>org.boost</groupId>
4948
<artifactId>config</artifactId>
5049
<type>nar</type>
51-
<version>1.57.0+nar.10</version>
5250
</dependency>
5351
<dependency>
5452
<groupId>org.boost</groupId>
5553
<artifactId>detail</artifactId>
5654
<type>nar</type>
57-
<version>1.57.0+nar.10</version>
5855
</dependency>
5956
<dependency>
6057
<groupId>org.boost</groupId>
6158
<artifactId>exception</artifactId>
6259
<type>nar</type>
63-
<version>1.57.0+nar.10</version>
6460
</dependency>
6561
<dependency>
6662
<groupId>org.boost</groupId>
6763
<artifactId>mpl</artifactId>
6864
<type>nar</type>
69-
<version>1.57.0+nar.10</version>
7065
</dependency>
7166
<dependency>
7267
<groupId>org.boost</groupId>
7368
<artifactId>type-traits</artifactId>
7469
<type>nar</type>
75-
<version>1.57.0+nar.10</version>
7670
</dependency>
7771
<dependency>
7872
<groupId>org.boost</groupId>
7973
<artifactId>smart-ptr</artifactId>
8074
<type>nar</type>
81-
<version>1.57.0+nar.10</version>
8275
</dependency>
8376
<dependency>
8477
<groupId>org.boost</groupId>
8578
<artifactId>range</artifactId>
8679
<type>nar</type>
87-
<version>1.57.0+nar.10</version>
8880
</dependency>
8981
<dependency>
9082
<groupId>org.boost</groupId>
9183
<artifactId>iterator</artifactId>
9284
<type>nar</type>
93-
<version>1.57.0+nar.10</version>
9485
</dependency>
9586
<dependency>
9687
<groupId>org.boost</groupId>
9788
<artifactId>concept</artifactId>
9889
<type>nar</type>
99-
<version>1.57.0+nar.10</version>
10090
</dependency>
10191
<dependency>
10292
<groupId>org.boost</groupId>
10393
<artifactId>lexical-cast</artifactId>
10494
<type>nar</type>
105-
<version>1.57.0+nar.10</version>
10695
</dependency>
10796
<dependency>
10897
<groupId>org.boost</groupId>
10998
<artifactId>functional</artifactId>
11099
<type>nar</type>
111-
<version>1.57.0+nar.10</version>
112100
</dependency>
113101
<dependency>
114102
<groupId>org.boost</groupId>
115103
<artifactId>math</artifactId>
116104
<type>nar</type>
117-
<version>1.57.0+nar.10</version>
118105
</dependency>
119106
</dependencies>
120107

detail/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

exception/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<groupId>org.boost</groupId>
3636
<artifactId>config</artifactId>
3737
<type>nar</type>
38-
<version>1.57.0+nar.10</version>
3938
</dependency>
4039
</dependencies>
4140

filesystem/pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -35,55 +35,46 @@
3535
<groupId>org.boost</groupId>
3636
<artifactId>config</artifactId>
3737
<type>nar</type>
38-
<version>1.57.0+nar.10</version>
3938
</dependency>
4039
<dependency>
4140
<groupId>org.boost</groupId>
4241
<artifactId>system</artifactId>
4342
<type>nar</type>
44-
<version>1.57.0+nar.10</version>
4543
</dependency>
4644
<dependency>
4745
<groupId>org.boost</groupId>
4846
<artifactId>detail</artifactId>
4947
<type>nar</type>
50-
<version>1.57.0+nar.10</version>
5148
</dependency>
5249
<dependency>
5350
<groupId>org.boost</groupId>
5451
<artifactId>type-traits</artifactId>
5552
<type>nar</type>
56-
<version>1.57.0+nar.10</version>
5753
</dependency>
5854
<dependency>
5955
<groupId>org.boost</groupId>
6056
<artifactId>iterator</artifactId>
6157
<type>nar</type>
62-
<version>1.57.0+nar.10</version>
6358
</dependency>
6459
<dependency>
6560
<groupId>org.boost</groupId>
6661
<artifactId>smart-ptr</artifactId>
6762
<type>nar</type>
68-
<version>1.57.0+nar.10</version>
6963
</dependency>
7064
<dependency>
7165
<groupId>org.boost</groupId>
7266
<artifactId>io</artifactId>
7367
<type>nar</type>
74-
<version>1.57.0+nar.10</version>
7568
</dependency>
7669
<dependency>
7770
<groupId>org.boost</groupId>
7871
<artifactId>functional</artifactId>
7972
<type>nar</type>
80-
<version>1.57.0+nar.10</version>
8173
</dependency>
8274
<dependency>
8375
<groupId>org.boost</groupId>
8476
<artifactId>range</artifactId>
8577
<type>nar</type>
86-
<version>1.57.0+nar.10</version>
8778
</dependency>
8879
</dependencies>
8980

function/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
<dependency>
3837
<groupId>org.boost</groupId>
3938
<artifactId>bind</artifactId>
4039
<type>nar</type>
41-
<version>1.57.0+nar.10</version>
4240
</dependency>
4341
</dependencies>
4442

function_types/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

functional/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

fusion/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
</dependencies>
3837

integer/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@
3434
<groupId>org.boost</groupId>
3535
<artifactId>core</artifactId>
3636
<type>nar</type>
37-
<version>1.57.0+nar.10</version>
3837
</dependency>
3938
<dependency>
4039
<groupId>org.boost</groupId>
4140
<artifactId>math</artifactId>
4241
<type>nar</type>
43-
<version>1.57.0+nar.10</version>
4442
</dependency>
4543
</dependencies>
4644

interprocess/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,26 @@
3232
<groupId>org.boost</groupId>
3333
<artifactId>core</artifactId>
3434
<type>nar</type>
35-
<version>1.57.0+nar.10</version>
3635
</dependency>
3736
<dependency>
3837
<groupId>org.boost</groupId>
3938
<artifactId>detail</artifactId>
4039
<type>nar</type>
41-
<version>1.57.0+nar.10</version>
4240
</dependency>
4341
<dependency>
4442
<groupId>org.boost</groupId>
4543
<artifactId>move</artifactId>
4644
<type>nar</type>
47-
<version>1.57.0+nar.10</version>
4845
</dependency>
4946
<dependency>
5047
<groupId>org.boost</groupId>
5148
<artifactId>config</artifactId>
5249
<type>nar</type>
53-
<version>1.57.0+nar.10</version>
5450
</dependency>
5551
<dependency>
5652
<groupId>org.boost</groupId>
5753
<artifactId>date-time</artifactId>
5854
<type>nar</type>
59-
<version>1.57.0+nar.10</version>
6055
</dependency>
6156
</dependencies>
6257

intrusive/pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,16 @@
3535
<groupId>org.boost</groupId>
3636
<artifactId>move</artifactId>
3737
<type>nar</type>
38-
<version>1.57.0+nar.10</version>
3938
</dependency>
4039
<dependency>
4140
<groupId>org.boost</groupId>
4241
<artifactId>core</artifactId>
4342
<type>nar</type>
44-
<version>1.57.0+nar.10</version>
4543
</dependency>
4644
<dependency>
4745
<groupId>org.boost</groupId>
4846
<artifactId>preprocessor</artifactId>
4947
<type>nar</type>
50-
<version>1.57.0+nar.10</version>
5148
</dependency>
5249
</dependencies>
5350
</project>

0 commit comments

Comments
 (0)