Skip to content

Commit 9315211

Browse files
committed
1.5.2
1 parent 1ce8152 commit 9315211

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed

pom.xml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.melloware</groupId>
44
<artifactId>jintellitype</artifactId>
5-
<version>1.5.1</version>
5+
<version>1.5.2</version>
66
<packaging>jar</packaging>
77
<name>JIntellitype</name>
88
<description>JIntellitype - JNI Java bridge to Microsoft Intellitype commands.</description>
@@ -439,42 +439,5 @@
439439
</plugins>
440440
</build>
441441
</profile>
442-
<profile>
443-
<id>release</id>
444-
<activation>
445-
<property>
446-
<name>performRelease</name>
447-
<value>true</value>
448-
</property>
449-
</activation>
450-
<build>
451-
<plugins>
452-
<plugin>
453-
<groupId>org.sonatype.central</groupId>
454-
<artifactId>central-publishing-maven-plugin</artifactId>
455-
<version>0.7.0</version>
456-
<extensions>true</extensions>
457-
<configuration>
458-
<publishingServerId>central-publisher</publishingServerId>
459-
<autoPublish>true</autoPublish>
460-
</configuration>
461-
</plugin>
462-
<plugin>
463-
<groupId>org.apache.maven.plugins</groupId>
464-
<artifactId>maven-gpg-plugin</artifactId>
465-
<version>3.2.7</version>
466-
<executions>
467-
<execution>
468-
<id>sign-artifacts</id>
469-
<phase>verify</phase>
470-
<goals>
471-
<goal>sign</goal>
472-
</goals>
473-
</execution>
474-
</executions>
475-
</plugin>
476-
</plugins>
477-
</build>
478-
</profile>
479442
</profiles>
480443
</project>

0 commit comments

Comments
 (0)