Changeset 54 for events/pom.xml
- Timestamp:
- Jul 23, 2025, 10:16:55 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
events/pom.xml
r53 r54 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>events</artifactId> 8 <version>2. 2.1</version> <!-- equals the geniusweb version -->8 <version>2.3.0</version> <!-- equals the geniusweb version --> 9 9 <packaging>jar</packaging> 10 10 … … 116 116 <groupId>org.mockito</groupId> 117 117 <artifactId>mockito-core</artifactId> 118 <version> 3.11.2</version>118 <version>5.18.0</version> 119 119 <scope>test</scope> 120 120 </dependency> … … 156 156 </plugin> 157 157 158 <plugin> 159 <groupId>org.apache.maven.plugins</groupId> 160 <artifactId>maven-javadoc-plugin</artifactId> 161 <version>3.2.0</version> 162 <executions> 163 <execution> 164 <id>attach-javadocs</id> 165 <goals> 166 <goal>jar</goal> 167 </goals> 168 </execution> 169 </executions> 170 </plugin> 158 <plugin> 159 <groupId>org.apache.maven.plugins</groupId> 160 <artifactId>maven-javadoc-plugin</artifactId> 161 <version>3.6.2</version> 162 <configuration> 163 <doclint>none</doclint> <!-- Prints warnings iso errors --> 164 </configuration> 165 <executions> 166 <execution> 167 <id>attach-javadocs</id> 168 <goals> 169 <goal>jar</goal> 170 </goals> 171 </execution> 172 </executions> 173 </plugin> 171 174 172 175 <plugin>
Note:
See TracChangeset
for help on using the changeset viewer.