Skip to content

Commit 12a4010

Browse files
author
Tim Molter
committed
[maven-release-plugin] prepare release xchange-4.3.2
1 parent aa74f17 commit 12a4010

68 files changed

Lines changed: 196 additions & 268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
<packaging>pom</packaging>
1110

1211
<name>XChange</name>
@@ -78,7 +77,7 @@
7877
<connection>scm:git:git@github.com:timmolter/XChange.git</connection>
7978
<developerConnection>scm:git:git@github.com:timmolter/XChange.git</developerConnection>
8079
<url>git@github.com:timmolter/XChange.git</url>
81-
<tag>HEAD</tag>
80+
<tag>xchange-4.3.2</tag>
8281
</scm>
8382

8483
<ciManagement>

xchange-acx/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
52
<modelVersion>4.0.0</modelVersion>
63
<parent>
74
<groupId>org.knowm.xchange</groupId>
85
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
6+
<version>4.3.2</version>
107
</parent>
118
<artifactId>xchange-acx</artifactId>
129
<name>XChange ACX.IO</name>

xchange-anx/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.knowm.xchange</groupId>
76
<artifactId>xchange-parent</artifactId>
8-
<version>4.3.2-SNAPSHOT</version>
7+
<version>4.3.2</version>
98
</parent>
109

1110
<artifactId>xchange-anx</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

xchange-binance/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<artifactId>xchange-parent</artifactId>
87
<groupId>org.knowm.xchange</groupId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-binance</artifactId>
@@ -26,7 +25,7 @@
2625
<dependency>
2726
<groupId>org.knowm.xchange</groupId>
2827
<artifactId>xchange-core</artifactId>
29-
<version>4.3.2-SNAPSHOT</version>
28+
<version>4.3.2</version>
3029
</dependency>
3130
</dependencies>
3231
</project>

xchange-bitbay/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitbay</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

xchange-bitcoinaverage/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitcoinaverage</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

xchange-bitcoincharts/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitcoincharts</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

xchange-bitcoincore/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitcoincore</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332
</dependencies>
3433

xchange-bitcoinde/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitcoinde</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

xchange-bitcoinium/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.knowm.xchange</groupId>
87
<artifactId>xchange-parent</artifactId>
9-
<version>4.3.2-SNAPSHOT</version>
8+
<version>4.3.2</version>
109
</parent>
1110

1211
<artifactId>xchange-bitcoinium</artifactId>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>org.knowm.xchange</groupId>
3029
<artifactId>xchange-core</artifactId>
31-
<version>4.3.2-SNAPSHOT</version>
30+
<version>4.3.2</version>
3231
</dependency>
3332

3433
</dependencies>

0 commit comments

Comments
 (0)