Skip to content

Commit acab189

Browse files
David JuliaDavid Julia
authored andcommitted
Setup poms for hotfix deployment
This branch is not meant to be merged back to master of spring data mongo, it just exists so that we can get a github package published to use for a hotfix until the fix can be merged into spring-data-mongo's main branch and released
1 parent efcf05c commit acab189

File tree

5 files changed

+35
-33
lines changed

5 files changed

+35
-33
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.2-hotfix-numeric-map-keys</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>
@@ -121,6 +121,7 @@
121121
<module>spring-data-mongodb-benchmarks</module>
122122
</modules>
123123
</profile>
124+
124125
</profiles>
125126

126127
<dependencies>
@@ -159,5 +160,12 @@
159160
<url>https://repo.spring.io/libs-milestone</url>
160161
</pluginRepository>
161162
</pluginRepositories>
163+
<distributionManagement>
164+
<repository>
165+
<id>github</id>
166+
<name>GitHub Maven Packages</name>
167+
<url>https://maven.pkg.github.com/dajulia3/spring-data-mongodb</url>
168+
</repository>
169+
</distributionManagement>
162170

163171
</project>

settings.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

spring-data-mongodb-benchmarks/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data</groupId>
99
<artifactId>spring-data-mongodb-parent</artifactId>
10-
<version>3.2.2</version>
10+
<version>3.2.2-hotfix-numeric-map-keys</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -61,6 +61,14 @@
6161
</profile>
6262
</profiles>
6363

64+
<distributionManagement>
65+
<repository>
66+
<id>github</id>
67+
<name>GitHub Maven Packages</name>
68+
<url>https://maven.pkg.github.com/dajulia3/spring-data-mongodb</url>
69+
</repository>
70+
</distributionManagement>
71+
6472
<build>
6573
<plugins>
6674
<plugin>

spring-data-mongodb-distribution/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-mongodb-parent</artifactId>
17-
<version>3.2.2</version>
17+
<version>3.2.2-hotfix-numeric-map-keys</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

@@ -43,4 +43,12 @@
4343

4444
</build>
4545

46+
<distributionManagement>
47+
<repository>
48+
<id>github</id>
49+
<name>GitHub Maven Packages</name>
50+
<url>https://maven.pkg.github.com/dajulia3/spring-data-mongodb</url>
51+
</repository>
52+
</distributionManagement>
53+
4654
</project>

spring-data-mongodb/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-mongodb-parent</artifactId>
14-
<version>3.2.2</version>
14+
<version>3.2.2-hotfix-numeric-map-keys</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

@@ -364,4 +364,11 @@
364364
</plugins>
365365

366366
</build>
367+
<distributionManagement>
368+
<repository>
369+
<id>github</id>
370+
<name>GitHub Maven Packages</name>
371+
<url>https://maven.pkg.github.com/dajulia3/spring-data-mongodb</url>
372+
</repository>
373+
</distributionManagement>
367374
</project>

0 commit comments

Comments
 (0)