Skip to content

Commit 63ce966

Browse files
authored
Merge pull request #380 from watson-developer-cloud/hotfix-bumpversion
Fix Bumpversion
2 parents 16574a6 + 733ef37 commit 63ce966

File tree

15 files changed

+47
-1573
lines changed

15 files changed

+47
-1573
lines changed

.bumpversion.cfg

Lines changed: 34 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -7,187 +7,139 @@ message = docs: Update version numbers from {current_version} -> {new_version}
77
search = {current_version}
88
replace = {new_version}
99

10-
[bumpversion:file:examples\IBM.Watson.Assistant.v1.Example\IBM.Watson.Assistant.v1.Examples.csproj]
10+
[bumpversion:file:src/IBM.Watson.Assistant.v1/IBM.Watson.Assistant.v1.csproj]
1111
search = {current_version}
1212
replace = {new_version}
1313

14-
[bumpversion:file:examples\IBM.Watson.Assistant.v2.Example\IBM.Watson.Assistant.v2.Examples.csproj]
14+
[bumpversion:file:src/IBM.Watson.Assistant.v2/IBM.Watson.Assistant.v2.csproj]
1515
search = {current_version}
1616
replace = {new_version}
1717

18-
[bumpversion:file:examples\IBM.Watson.CompareComply.v1.Example\IBM.Watson.CompareComply.v1.Examples.csproj]
18+
[bumpversion:file:src/IBM.Watson.Common/Common.cs]
1919
search = {current_version}
2020
replace = {new_version}
2121

22-
[bumpversion:file:examples\IBM.Watson.Discovery.v1.Example\IBM.Watson.Discovery.v1.Examples.csproj]
22+
[bumpversion:file:src/IBM.Watson.Common/IBM.Watson.Common.csproj]
2323
search = {current_version}
2424
replace = {new_version}
2525

26-
[bumpversion:file:examples\IBM.Watson.LanguageTranslator.v3.Example\IBM.Watson.LanguageTranslator.v3.Examples.csproj]
26+
[bumpversion:file:src/IBM.Watson.CompareComply.v1/IBM.Watson.CompareComply.v1.csproj]
2727
search = {current_version}
2828
replace = {new_version}
2929

30-
[bumpversion:file:examples\IBM.Watson.NaturalLanguageClassifier.v1.Ex\IBM.Watson.NaturalLanguageClassifier.v1.Examples.csproj]
30+
[bumpversion:file:src/IBM.Watson.Discovery.v1/IBM.Watson.Discovery.v1.csproj]
3131
search = {current_version}
3232
replace = {new_version}
3333

34-
[bumpversion:file:examples\IBM.Watson.NaturalLanguageUnderstanding.v1.Ex\IBM.Watson.NaturalLanguageUnderstanding.v1.Examples.csproj]
34+
[bumpversion:file:src/IBM.Watson.LanguageTranslator.v3/IBM.Watson.LanguageTranslator.v3.csproj]
3535
search = {current_version}
3636
replace = {new_version}
3737

38-
[bumpversion:file:examples\IBM.Watson.PersonalityInsights.v3.Example\IBM.Watson.PersonalityInsights.v3.Examples.csproj]
38+
[bumpversion:file:src/IBM.Watson.NaturalLanguageClassifier.v1/IBM.Watson.NaturalLanguageClassifier.v1.csproj]
3939
search = {current_version}
4040
replace = {new_version}
4141

42-
[bumpversion:file:examples\IBM.Watson.SpeechToText.v1.Example\IBM.Watson.SpeechToText.v1.Examples.csproj]
42+
[bumpversion:file:src/IBM.Watson.NaturalLanguageUnderstanding.v1/IBM.Watson.NaturalLanguageUnderstanding.v1.csproj]
4343
search = {current_version}
4444
replace = {new_version}
4545

46-
[bumpversion:file:examples\IBM.Watson.TextToSpeech.v1.Example\IBM.Watson.TextToSpeech.v1.Examples.csproj]
46+
[bumpversion:file:src/IBM.Watson.PersonalityInsights.v3/IBM.Watson.PersonalityInsights.v3.csproj]
4747
search = {current_version}
4848
replace = {new_version}
4949

50-
[bumpversion:file:examples\IBM.Watson.ToneAnalyzer.v3.Example\IBM.Watson.ToneAnalyzer.v3.Examples.csproj]
50+
[bumpversion:file:src/IBM.Watson.SpeechToText.v1/IBM.Watson.SpeechToText.v1.csproj]
5151
search = {current_version}
5252
replace = {new_version}
5353

54-
[bumpversion:file:examples\IBM.Watson.VisualRecognition.v3.Example\IBM.Watson.VisualRecognition.v3.Examples.csproj]
54+
[bumpversion:file:src/IBM.Watson.TextToSpeech.v1/IBM.Watson.TextToSpeech.v1.csproj]
5555
search = {current_version}
5656
replace = {new_version}
5757

58-
[bumpversion:file:src\IBM.Watson.Assistant.v1\IBM.Watson.Assistant.v1.csproj]
58+
[bumpversion:file:src/IBM.Watson.ToneAnalyzer.v3/IBM.Watson.ToneAnalyzer.v3.csproj]
5959
search = {current_version}
6060
replace = {new_version}
6161

62-
[bumpversion:file:src\IBM.Watson.Assistant.v2\IBM.Watson.Assistant.v2.csproj]
62+
[bumpversion:file:src/IBM.Watson.VisualRecognition.v3/IBM.Watson.VisualRecognition.v3.csproj]
6363
search = {current_version}
6464
replace = {new_version}
6565

66-
[bumpversion:file:src\IBM.Watson.Common\Common.cs]
66+
[bumpversion:file:test/Assistant.v1.IntegrationTests/IBM.Watson.Assistant.v1.IntegrationTests.csproj]
6767
search = {current_version}
6868
replace = {new_version}
6969

70-
[bumpversion:file:src\IBM.Watson.Common\IBM.Watson.Common.csproj]
70+
[bumpversion:file:test/Assistant.v1.UnitTests/IBM.Watson.Assistant.v1.UnitTests.csproj]
7171
search = {current_version}
7272
replace = {new_version}
7373

74-
[bumpversion:file:src\IBM.Watson.CompareComply.v1\IBM.Watson.CompareComply.v1.csproj]
74+
[bumpversion:file:test/Assistant.v2.IntegrationTests/IBM.Watson.Assistant.v2.IntegrationTests.csproj]
7575
search = {current_version}
7676
replace = {new_version}
7777

78-
[bumpversion:file:src\IBM.Watson.Discovery.v1\IBM.Watson.Discovery.v1.csproj]
78+
[bumpversion:file:test/Assistant.v2.UnitTests/IBM.Watson.Assistant.v2.UnitTests.csproj]
7979
search = {current_version}
8080
replace = {new_version}
8181

82-
[bumpversion:file:src\IBM.Watson.LanguageTranslator.v3\IBM.Watson.LanguageTranslator.v3.csproj]
82+
[bumpversion:file:test/CompareComply.v1.IntegrationTests/IBM.Watson.CompareComply.v1.IntegrationTests.csproj]
8383
search = {current_version}
8484
replace = {new_version}
8585

86-
[bumpversion:file:src\IBM.Watson.NaturalLanguageClassifier.v1\IBM.Watson.NaturalLanguageClassifier.v1.csproj]
86+
[bumpversion:file:test/CompareComply.v1.UnitTests/IBM.Watson.CompareComply.v1.UnitTests.csproj]
8787
search = {current_version}
8888
replace = {new_version}
8989

90-
[bumpversion:file:src\IBM.Watson.NaturalLanguageUnderstanding.v1\IBM.Watson.NaturalLanguageUnderstanding.v1.csproj]
90+
[bumpversion:file:test/Discovery.v1.IntegrationTests/IBM.Watson.Discovery.v1.IntegrationTests.csproj]
9191
search = {current_version}
9292
replace = {new_version}
9393

94-
[bumpversion:file:src\IBM.Watson.PersonalityInsights.v3\IBM.Watson.PersonalityInsights.v3.csproj]
94+
[bumpversion:file:test/Discovery.v1.UnitTests/IBM.Watson.Discovery.v1.UnitTests.csproj]
9595
search = {current_version}
9696
replace = {new_version}
9797

98-
[bumpversion:file:src\IBM.Watson.SpeechToText.v1\IBM.Watson.SpeechToText.v1.csproj]
98+
[bumpversion:file:test/IBM.Watson.IntegrationTests/IBM.Watson.IntegrationTests.csproj]
9999
search = {current_version}
100100
replace = {new_version}
101101

102-
[bumpversion:file:src\IBM.Watson.TextToSpeech.v1\IBM.Watson.TextToSpeech.v1.csproj]
102+
[bumpversion:file:test/LanguageTranslator.v3.IntegrationTests/IBM.Watson.LanguageTranslator.v3.IntegrationTests.csproj]
103103
search = {current_version}
104104
replace = {new_version}
105105

106-
[bumpversion:file:src\IBM.Watson.ToneAnalyzer.v3\IBM.Watson.ToneAnalyzer.v3.csproj]
106+
[bumpversion:file:test/LanguageTranslator.v3.UnitTests/IBM.Watson.LanguageTranslator.v3.UnitTests.csproj]
107107
search = {current_version}
108108
replace = {new_version}
109109

110-
[bumpversion:file:src\IBM.Watson.VisualRecognition.v3\IBM.Watson.VisualRecognition.v3.csproj]
110+
[bumpversion:file:test/NaturalLangaugeUnderstanding.v1.UnitTests/IBM.Watson.NaturalLanguageUnderstanding.v1.UnitTests.csproj]
111111
search = {current_version}
112112
replace = {new_version}
113113

114-
[bumpversion:file:test\Assistant.v1.IntegrationTests\IBM.Watson.Assistant.v1.IntegrationTests.csproj]
114+
[bumpversion:file:test/NaturalLanguageClassifier.v1.IntegrationTests/IBM.Watson.NaturalLanguageClassifier.v1.IntegrationTests.csproj]
115115
search = {current_version}
116116
replace = {new_version}
117117

118-
[bumpversion:file:test\Assistant.v1.UnitTests\IBM.Watson.Assistant.v1.UnitTests.csproj]
118+
[bumpversion:file:test/NaturalLanguageUnderstanding.v1.IntegrationTests/IBM.Watson.NaturalLanguageUnderstanding.v1.IntegrationTests.csproj]
119119
search = {current_version}
120120
replace = {new_version}
121121

122-
[bumpversion:file:test\Assistant.v2.IntegrationTests\IBM.Watson.Assistant.v2.IntegrationTests.csproj]
122+
[bumpversion:file:test/PersonalityInsights.v3.IntegrationTests/IBM.Watson.PersonalityInsights.v3.IntegrationTests.csproj]
123123
search = {current_version}
124124
replace = {new_version}
125125

126-
[bumpversion:file:test\Assistant.v2.UnitTests\IBM.Watson.Assistant.v2.UnitTests.csproj]
126+
[bumpversion:file:test/SpeechToText.v1.IntegrationTests/IBM.Watson.SpeechToText.v1.IntegrationTests.csproj]
127127
search = {current_version}
128128
replace = {new_version}
129129

130-
[bumpversion:file:test\CompareComply.v1.IntegrationTests\IBM.Watson.CompareComply.v1.IntegrationTests.csproj]
130+
[bumpversion:file:test/TextToSpeech.v1.IntegrationTests/IBM.Watson.TextToSpeech.v1.IntegrationTests.csproj]
131131
search = {current_version}
132132
replace = {new_version}
133133

134-
[bumpversion:file:test\CompareComply.v1.UnitTests\IBM.Watson.CompareComply.v1.UnitTests.csproj]
134+
[bumpversion:file:test/ToneAnalyzer.v3.IntegrationTests/IBM.Watson.ToneAnalyzer.v3.IntegrationTests.csproj]
135135
search = {current_version}
136136
replace = {new_version}
137137

138-
[bumpversion:file:test\Discovery.v1.IntegrationTests\IBM.Watson.Discovery.v1.IntegrationTests.csproj]
138+
[bumpversion:file:test/ToneAnalyzer.v3.UnitTests/IBM.Watson.ToneAnalyzer.v3.UnitTests.csproj]
139139
search = {current_version}
140140
replace = {new_version}
141141

142-
[bumpversion:file:test\Discovery.v1.UnitTests\IBM.Watson.Discovery.v1.UnitTests.csproj]
143-
search = {current_version}
144-
replace = {new_version}
145-
146-
[bumpversion:file:test\IBM.Watson.IntegrationTests\IBM.Watson.IntegrationTests.csproj]
147-
search = {current_version}
148-
replace = {new_version}
149-
150-
[bumpversion:file:test\LanguageTranslator.v3.IntegrationTests\IBM.Watson.LanguageTranslator.v3.IntegrationTests.csproj]
151-
search = {current_version}
152-
replace = {new_version}
153-
154-
[bumpversion:file:test\LanguageTranslator.v3.UnitTests\IBM.Watson.LanguageTranslator.v3.UnitTests.csproj]
155-
search = {current_version}
156-
replace = {new_version}
157-
158-
[bumpversion:file:test\NaturalLangaugeUnderstanding.v1.UnitTests\IBM.Watson.NaturalLanguageUnderstanding.v1.UnitTests.csproj]
159-
search = {current_version}
160-
replace = {new_version}
161-
162-
[bumpversion:file:test\NaturalLanguageClassifier.v1.IntegrationTests\IBM.Watson.NaturalLanguageClassifier.v1.IntegrationTests.csproj]
163-
search = {current_version}
164-
replace = {new_version}
165-
166-
[bumpversion:file:test\NaturalLanguageUnderstanding.v1.IntegrationTests\IBM.Watson.NaturalLanguageUnderstanding.v1.IntegrationTests.csproj]
167-
search = {current_version}
168-
replace = {new_version}
169-
170-
[bumpversion:file:test\PersonalityInsights.v3.IntegrationTests\IBM.Watson.PersonalityInsights.v3.IntegrationTests.csproj]
171-
search = {current_version}
172-
replace = {new_version}
173-
174-
[bumpversion:file:test\SpeechToText.v1.IntegrationTests\IBM.Watson.SpeechToText.v1.IntegrationTests.csproj]
175-
search = {current_version}
176-
replace = {new_version}
177-
178-
[bumpversion:file:test\TextToSpeech.v1.IntegrationTests\IBM.Watson.TextToSpeech.v1.IntegrationTests.csproj]
179-
search = {current_version}
180-
replace = {new_version}
181-
182-
[bumpversion:file:test\ToneAnalyzer.v3.IntegrationTests\IBM.Watson.ToneAnalyzer.v3.IntegrationTests.csproj]
183-
search = {current_version}
184-
replace = {new_version}
185-
186-
[bumpversion:file:test\ToneAnalyzer.v3.UnitTests\IBM.Watson.ToneAnalyzer.v3.UnitTests.csproj]
187-
search = {current_version}
188-
replace = {new_version}
189-
190-
[bumpversion:file:test\VisualRecognition.v3.IntegrationTests\IBM.Watson.VisualRecognition.v3.IntegrationTests.csproj]
142+
[bumpversion:file:test/VisualRecognition.v3.IntegrationTests/IBM.Watson.VisualRecognition.v3.IntegrationTests.csproj]
191143
search = {current_version}
192144
replace = {new_version}
193145

0 commit comments

Comments
 (0)