Changeset 54 for events/pom.xml


Ignore:
Timestamp:
Jul 23, 2025, 10:16:55 AM (7 weeks ago)
Author:
ruud
Message:

Modifications for automatic java to python conversion. Overloaded methods now have different names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • events/pom.xml

    r53 r54  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>events</artifactId>
    8         <version>2.2.1</version>  <!-- equals the geniusweb version -->
     8        <version>2.3.0</version>  <!-- equals the geniusweb version -->
    99        <packaging>jar</packaging>
    1010
     
    116116                        <groupId>org.mockito</groupId>
    117117                        <artifactId>mockito-core</artifactId>
    118                         <version>3.11.2</version>
     118                        <version>5.18.0</version>
    119119                        <scope>test</scope>
    120120                </dependency>
     
    156156                        </plugin>
    157157
    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>                   
    171174
    172175                        <plugin>
Note: See TracChangeset for help on using the changeset viewer.