File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2626 <name>SPDX</name>
2727 <url>http://spdx.org</url>
2828 </organization>
29- <distributionManagement>
30- <repository>
31- <id>ossrh</id>
32- <name>spdx-spdx-tools</name>
33- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
34- </repository>
35- </distributionManagement>
3629 <scm>
3730 <url>https://github.com/spdx/spdx-java-model-3_0</url>
3831 <connection>scm:git:git://github.com/spdx/spdx-java-model-3_0.git</connection>
107100 <dependency>
108101 <groupId>org.spdx</groupId>
109102 <artifactId>spdx-java-core</artifactId>
110- <version>1.0.0 </version>
103+ <version>1.0.1 </version>
111104 </dependency>
112105 <dependency>
113106 <groupId>org.slf4j</groupId>
129122 </dependencies>
130123 <build>
131124 <plugins>
125+ <plugin>
126+ <groupId>org.sonatype.central</groupId>
127+ <artifactId>central-publishing-maven-plugin</artifactId>
128+ <version>0.7.0</version>
129+ <extensions>true</extensions>
130+ <configuration>
131+ <publishingServerId>central</publishingServerId>
132+ </configuration>
133+ </plugin>
132134 <plugin>
133135 <groupId>org.apache.maven.plugins</groupId>
134136 <artifactId>maven-compiler-plugin</artifactId>
You can’t perform that action at this time.
0 commit comments