File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.9.7 </version >
7
+ <version >2.9.8-SNAPSHOT </version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.dataformat</groupId >
10
10
<artifactId >jackson-dataformat-xml</artifactId >
@@ -103,6 +103,18 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
103
103
</dependency >
104
104
</dependencies >
105
105
106
+ <!-- Alas, need to include snapshot reference since otherwise can not find
107
+ snapshot of parent... -->
108
+ <repositories >
109
+ <repository >
110
+ <id >sonatype-nexus-snapshots</id >
111
+ <name >Sonatype Nexus Snapshots</name >
112
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
113
+ <releases ><enabled >false</enabled ></releases >
114
+ <snapshots ><enabled >true</enabled ></snapshots >
115
+ </repository >
116
+ </repositories >
117
+
106
118
<build >
107
119
<plugins >
108
120
<plugin >
@@ -134,16 +146,4 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
134
146
</plugins >
135
147
</build >
136
148
137
- <profiles >
138
- <!-- 19-Feb-2012, tatu: Since we have some failing tests, may need to force release -->
139
- <profile >
140
- <id >force-release</id >
141
- <properties >
142
- <maven .test.skip>true</maven .test.skip>
143
- <skipTests >true</skipTests >
144
- </properties >
145
- </profile >
146
- </profiles >
147
- <!-- NOTE: repositories from parent POM -->
148
-
149
149
</project >
You can’t perform that action at this time.
0 commit comments