Skip to content

Commit 69f063d

Browse files
committed
Make poms releasable
1 parent a71be53 commit 69f063d

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

infra/emulators/pom.xml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7+
<parent>
8+
<groupId>org.sonatype.oss</groupId>
9+
<artifactId>oss-parent</artifactId>
10+
<version>9</version>
11+
</parent>
12+
713
<groupId>kg.apc</groupId>
814
<artifactId>jmeter-plugins-emulators</artifactId>
915
<version>0.5</version>
@@ -33,29 +39,19 @@
3339

3440
<properties>
3541
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<maven.compiler.source>1.7</maven.compiler.source>
37-
<maven.compiler.target>1.7</maven.compiler.target>
42+
<maven.compiler.source>1.8</maven.compiler.source>
43+
<maven.compiler.target>1.8</maven.compiler.target>
3844
</properties>
3945

40-
<distributionManagement>
41-
<snapshotRepository>
42-
<id>ossrh</id>
43-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
44-
</snapshotRepository>
45-
<repository>
46-
<id>ossrh</id>
47-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
48-
</repository>
49-
</distributionManagement>
5046
<build>
5147
<plugins>
5248
<plugin>
5349
<groupId>org.sonatype.plugins</groupId>
5450
<artifactId>nexus-staging-maven-plugin</artifactId>
55-
<version>1.6.7</version>
51+
<version>1.7.0</version>
5652
<extensions>true</extensions>
5753
<configuration>
58-
<serverId>ossrh</serverId>
54+
<serverId>sonatype-nexus-staging</serverId>
5955
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
6056
<autoReleaseAfterClose>true</autoReleaseAfterClose>
6157
</configuration>

plugins/casutg/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7+
<parent>
8+
<groupId>org.sonatype.oss</groupId>
9+
<artifactId>oss-parent</artifactId>
10+
<version>9</version>
11+
</parent>
12+
713
<groupId>kg.apc</groupId>
814
<artifactId>jmeter-plugins-casutg</artifactId>
915
<version>3.0</version>
@@ -33,16 +39,16 @@
3339

3440
<properties>
3541
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<maven.compiler.source>1.7</maven.compiler.source>
37-
<maven.compiler.target>1.7</maven.compiler.target>
42+
<maven.compiler.source>1.8</maven.compiler.source>
43+
<maven.compiler.target>1.8</maven.compiler.target>
3844
</properties>
3945

4046
<build>
4147
<plugins>
4248
<plugin>
4349
<groupId>org.sonatype.plugins</groupId>
4450
<artifactId>nexus-staging-maven-plugin</artifactId>
45-
<version>1.6.7</version>
51+
<version>1.7.0</version>
4652
<extensions>true</extensions>
4753
<configuration>
4854
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)