Skip to content

Commit 4c50d92

Browse files
committed
README + UTF8 pom
1 parent 43131de commit 4c50d92

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![GitHub license](https://img.shields.io/github/license/0rtis/jqbit.svg?style=flat-square)](https://github.com/0rtis/jqbit/blob/master/LICENSE)
2+
[![Nexus repo](https://img.shields.io/nexus/r/io.ortis/jqbit?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/io/ortis/jqbit)
23
[![Follow @twitter handle](https://img.shields.io/twitter/follow/ortis95.svg?style=flat-square)](https://twitter.com/intent/follow?screen_name=ortis95)
34

45
## jqbit

pom.xml

+26-25
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
</distributionManagement>
4545

4646
<properties>
47+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4748
<maven.compiler.source>17</maven.compiler.source>
4849
<maven.compiler.target>17</maven.compiler.target>
4950
</properties>
@@ -114,31 +115,31 @@
114115
</additionalJOptions>
115116
</configuration>
116117
</plugin>
117-
<plugin>
118-
<groupId>org.sonatype.plugins</groupId>
119-
<artifactId>nexus-staging-maven-plugin</artifactId>
120-
<version>1.6.13</version>
121-
<extensions>true</extensions>
122-
<configuration>
123-
<serverId>ossrh</serverId>
124-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
125-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
126-
</configuration>
127-
</plugin>
128-
<plugin>
129-
<groupId>org.apache.maven.plugins</groupId>
130-
<artifactId>maven-gpg-plugin</artifactId>
131-
<version>1.5</version>
132-
<executions>
133-
<execution>
134-
<id>sign-artifacts</id>
135-
<phase>verify</phase>
136-
<goals>
137-
<goal>sign</goal>
138-
</goals>
139-
</execution>
140-
</executions>
141-
</plugin>
118+
<plugin>
119+
<groupId>org.sonatype.plugins</groupId>
120+
<artifactId>nexus-staging-maven-plugin</artifactId>
121+
<version>1.6.13</version>
122+
<extensions>true</extensions>
123+
<configuration>
124+
<serverId>ossrh</serverId>
125+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
126+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
127+
</configuration>
128+
</plugin>
129+
<plugin>
130+
<groupId>org.apache.maven.plugins</groupId>
131+
<artifactId>maven-gpg-plugin</artifactId>
132+
<version>1.5</version>
133+
<executions>
134+
<execution>
135+
<id>sign-artifacts</id>
136+
<phase>verify</phase>
137+
<goals>
138+
<goal>sign</goal>
139+
</goals>
140+
</execution>
141+
</executions>
142+
</plugin>
142143
</plugins>
143144
</build>
144145
<dependencies>

0 commit comments

Comments
 (0)