File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
spring-data-eclipse-store Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
50
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
51
51
52
- <eclipse-store .version>1.1.0-SNAPSHOT </eclipse-store .version>
52
+ <eclipse-store .version>1.1.0</eclipse-store .version>
53
53
<junit-jupiter .version>5.8.1</junit-jupiter .version>
54
54
<spring-bom .version>6.1.3</spring-bom .version>
55
55
<spring-data-commons .version>3.2.1</spring-data-commons .version>
71
71
<enabled >false</enabled >
72
72
</snapshots >
73
73
</repository >
74
-
75
-
76
- <!-- TODO: REMOVE BEFORE PROD RELEASE -->
77
- <repository >
78
- <id >ossrh</id >
79
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
80
- <releases >
81
- <enabled >false</enabled >
82
- </releases >
83
- <snapshots >
84
- <enabled >true</enabled >
85
- </snapshots >
86
- </repository >
87
74
</repositories >
88
75
89
76
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments