Skip to content

Commit 9ee2c86

Browse files
committed
Changed the development version to v3.0-SNAPSHOT [#34]
1 parent 18319d7 commit 9ee2c86

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

pom.xml

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.comixedproject</groupId>
55
<artifactId>comixed-metadata-comicvine</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.4-SNAPSHOT</version>
7+
<version>3.0-SNAPSHOT</version>
88
<name>comixed-metadata-comicvine</name>
99
<url>http://www.comixedproject.org</url>
1010

@@ -15,37 +15,11 @@
1515
<tag>main</tag>
1616
</scm>
1717

18-
<distributionManagement>
19-
<snapshotRepository>
20-
<id>ossrh</id>
21-
<name>Snapshot Repository OSSRH</name>
22-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
23-
</snapshotRepository>
24-
<repository>
25-
<id>ossrh</id>
26-
<name>Central Repository OSSRH</name>
27-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
28-
</repository>
29-
</distributionManagement>
30-
3118
<issueManagement>
3219
<system>GitHub</system>
3320
<url>https://github.com/comixed/comixed-metadata-comicvine/issues</url>
3421
</issueManagement>
3522

36-
<repositories>
37-
<repository>
38-
<id>oss.sonatype.org-snapshot</id>
39-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
40-
<releases>
41-
<enabled>false</enabled>
42-
</releases>
43-
<snapshots>
44-
<enabled>true</enabled>
45-
</snapshots>
46-
</repository>
47-
</repositories>
48-
4923
<properties>
5024
<assembly.name>local</assembly.name>
5125
<maven-git-code-format.version>2.4</maven-git-code-format.version>
@@ -70,6 +44,19 @@
7044
<value>dev</value>
7145
</property>
7246
</activation>
47+
<repositories>
48+
<repository>
49+
<name>Central Portal Snapshots</name>
50+
<id>central-portal-snapshots</id>
51+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
52+
<releases>
53+
<enabled>false</enabled>
54+
</releases>
55+
<snapshots>
56+
<enabled>true</enabled>
57+
</snapshots>
58+
</repository>
59+
</repositories>
7360
<build>
7461
<plugins>
7562
<plugin>
@@ -173,7 +160,8 @@
173160
<dependency>
174161
<groupId>org.comixedproject</groupId>
175162
<artifactId>comixed-metadata</artifactId>
176-
<version>[3.0-SNAPSHOT,)</version>
163+
<version>3.0-SNAPSHOT</version>
164+
<scope>provided</scope>
177165
</dependency>
178166
<dependency>
179167
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)