File tree 2 files changed +27
-25
lines changed
2 files changed +27
-25
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
3
[ ![ Follow @twitter handle] ( https://img.shields.io/twitter/follow/ortis95.svg?style=flat-square )] ( https://twitter.com/intent/follow?screen_name=ortis95 )
3
4
4
5
## jqbit
Original file line number Diff line number Diff line change 44
44
</distributionManagement >
45
45
46
46
<properties >
47
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
48
<maven .compiler.source>17</maven .compiler.source>
48
49
<maven .compiler.target>17</maven .compiler.target>
49
50
</properties >
114
115
</additionalJOptions >
115
116
</configuration >
116
117
</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 >
142
143
</plugins >
143
144
</build >
144
145
<dependencies >
You can’t perform that action at this time.
0 commit comments