5
5
<parent >
6
6
<groupId >io.github.fastfilter</groupId >
7
7
<artifactId >fastfilter_java</artifactId >
8
- <version >1.0-SNAPSHOT</version >
8
+ <version >1.0.1 -SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >fastfilter</artifactId >
13
13
<packaging >jar</packaging >
14
-
14
+
15
15
<name >FastFilter</name >
16
16
<description >Fast Approximate Membership Filters in Java</description >
17
17
<url >https://github.com/FastFilter/fastfilter_java</url >
41
41
<url >https://github.com/FastFilter/fastfilter_java/tree/master</url >
42
42
</scm >
43
43
44
+ <distributionManagement >
45
+ <snapshotRepository >
46
+ <id >ossrh</id >
47
+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
48
+ </snapshotRepository >
49
+ <repository >
50
+ <id >ossrh</id >
51
+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
52
+ </repository >
53
+ </distributionManagement >
54
+
44
55
<dependencies >
45
56
<dependency >
46
57
<groupId >junit</groupId >
92
103
</plugin >
93
104
</plugins >
94
105
</build >
95
-
106
+
96
107
<profiles >
97
108
<profile >
98
109
<id >release-sign-artifacts</id >
102
113
<value >true</value >
103
114
</property >
104
115
</activation >
105
- <build >
106
- <plugins >
107
- <plugin >
108
- <groupId >org.apache.maven.plugins</groupId >
109
- <artifactId >maven-source-plugin</artifactId >
110
- <version >2.2.1</version >
111
- <executions >
112
- <execution >
113
- <id >attach-sources</id >
114
- <goals >
115
- <goal >jar-no-fork</goal >
116
- </goals >
117
- </execution >
118
- </executions >
119
- </plugin >
120
- <plugin >
121
- <groupId >org.apache.maven.plugins</groupId >
122
- <artifactId >maven-javadoc-plugin</artifactId >
123
- <version >2.9.1</version >
124
- <executions >
125
- <execution >
126
- <id >attach-javadocs</id >
127
- <goals >
128
- <goal >jar</goal >
129
- </goals >
130
- </execution >
131
- </executions >
132
- </plugin >
133
- <plugin >
134
- <groupId >org.apache.maven.plugins</groupId >
135
- <artifactId >maven-gpg-plugin</artifactId >
136
- <version >1.5</version >
137
- <executions >
138
- <execution >
139
- <id >sign-artifacts</id >
140
- <phase >verify</phase >
141
- <goals >
142
- <goal >sign</goal >
143
- </goals >
144
- </execution >
145
- </executions >
146
- </plugin >
147
- </plugins >
148
- </build >
116
+ <build >
117
+ <plugins >
118
+ <plugin >
119
+ <groupId >org.apache.maven.plugins</groupId >
120
+ <artifactId >maven-source-plugin</artifactId >
121
+ <version >2.2.1</version >
122
+ <executions >
123
+ <execution >
124
+ <id >attach-sources</id >
125
+ <goals >
126
+ <goal >jar-no-fork</goal >
127
+ </goals >
128
+ </execution >
129
+ </executions >
130
+ </plugin >
131
+ <plugin >
132
+ <groupId >org.apache.maven.plugins</groupId >
133
+ <artifactId >maven-javadoc-plugin</artifactId >
134
+ <version >2.9.1</version >
135
+ <executions >
136
+ <execution >
137
+ <id >attach-javadocs</id >
138
+ <goals >
139
+ <goal >jar</goal >
140
+ </goals >
141
+ </execution >
142
+ </executions >
143
+ </plugin >
144
+ <plugin >
145
+ <groupId >org.apache.maven.plugins</groupId >
146
+ <artifactId >maven-gpg-plugin</artifactId >
147
+ <version >1.5</version >
148
+ <executions >
149
+ <execution >
150
+ <id >sign-artifacts</id >
151
+ <phase >verify</phase >
152
+ <goals >
153
+ <goal >sign</goal >
154
+ </goals >
155
+ </execution >
156
+ </executions >
157
+ </plugin >
158
+ </plugins >
159
+ </build >
149
160
</profile >
150
- </profiles >
161
+ </profiles >
151
162
152
163
</project >
0 commit comments