Changeset 6


Ignore:
Timestamp:
09/24/19 15:05:27 (5 years ago)
Author:
bart
Message:

Fix pom source-plugin version nr

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • bidspace/pom.xml

    r4 r6  
    144144                                <groupId>org.apache.maven.plugins</groupId>
    145145                                <artifactId>maven-source-plugin</artifactId>
     146                                <version>3.1.0</version>
    146147                                <executions>
    147148                                        <execution>
  • events/pom.xml

    r4 r6  
    138138                                <groupId>org.apache.maven.plugins</groupId>
    139139                                <artifactId>maven-source-plugin</artifactId>
     140                                <version>3.1.0</version>
    140141                                <executions>
    141142                                        <execution>
  • exampleparties/boulware/pom.xml

    r4 r6  
    7878                                <groupId>org.apache.maven.plugins</groupId>
    7979                                <artifactId>maven-source-plugin</artifactId>
     80                                <version>3.1.0</version>
    8081                                <executions>
    8182                                        <execution>
  • exampleparties/conceder/pom.xml

    r4 r6  
    7878                                <groupId>org.apache.maven.plugins</groupId>
    7979                                <artifactId>maven-source-plugin</artifactId>
     80                                <version>3.1.0</version>
    8081                                <executions>
    8182                                        <execution>
  • exampleparties/hardliner/pom.xml

    r4 r6  
    7878                                <groupId>org.apache.maven.plugins</groupId>
    7979                                <artifactId>maven-source-plugin</artifactId>
     80                                <version>3.1.0</version>
    8081                                <executions>
    8182                                        <execution>
  • exampleparties/randomparty/pom.xml

    r4 r6  
    160160                                <groupId>org.apache.maven.plugins</groupId>
    161161                                <artifactId>maven-source-plugin</artifactId>
     162                                <version>3.1.0</version>
    162163                                <executions>
    163164                                        <execution>
  • exampleparties/randompartypy/pom.xml

    r4 r6  
    151151                                <groupId>org.apache.maven.plugins</groupId>
    152152                                <artifactId>maven-source-plugin</artifactId>
     153                                <version>3.1.0</version>
    153154                                <executions>
    154155                                        <execution>
  • exampleparties/timedependentparty/pom.xml

    r4 r6  
    161161                                <groupId>org.apache.maven.plugins</groupId>
    162162                                <artifactId>maven-source-plugin</artifactId>
     163                                <version>3.1.0</version>
    163164                                <executions>
    164165                                        <execution>
  • issuevalue/pom.xml

    r4 r6  
    129129                                </configuration>
    130130                        </plugin>
    131                        
     131
    132132                        <plugin>
    133133                                <groupId>org.apache.maven.plugins</groupId>
    134134                                <artifactId>maven-source-plugin</artifactId>
     135                                <version>3.1.0</version>
    135136                                <executions>
    136137                                        <execution>
  • party/pom.xml

    r4 r6  
    158158                                <groupId>org.apache.maven.plugins</groupId>
    159159                                <artifactId>maven-source-plugin</artifactId>
     160                                <version>3.1.0</version>
    160161                                <executions>
    161162                                        <execution>
  • profileconnection/pom.xml

    r4 r6  
    147147                                <groupId>org.apache.maven.plugins</groupId>
    148148                                <artifactId>maven-source-plugin</artifactId>
     149                                <version>3.1.0</version>
    149150                                <executions>
    150151                                        <execution>
  • protocol/pom.xml

    r2 r6  
    182182                                <groupId>org.apache.maven.plugins</groupId>
    183183                                <artifactId>maven-source-plugin</artifactId>
     184                                <version>3.1.0</version>
    184185                                <executions>
    185186                                        <execution>
  • references/pom.xml

    r5 r6  
    137137                                <groupId>org.apache.maven.plugins</groupId>
    138138                                <artifactId>maven-source-plugin</artifactId>
     139                                <version>3.1.0</version>
    139140                                <executions>
    140141                                        <execution>
  • simplerunner/pom.xml

    r1 r6  
    120120                                <groupId>org.apache.maven.plugins</groupId>
    121121                                <artifactId>maven-source-plugin</artifactId>
     122                                <version>3.1.0</version>
    122123                                <executions>
    123124                                        <execution>
  • timeline/pom.xml

    r4 r6  
    125125                                <groupId>org.apache.maven.plugins</groupId>
    126126                                <artifactId>maven-source-plugin</artifactId>
     127                                <version>3.1.0</version>
    127128                                <executions>
    128129                                        <execution>
Note: See TracChangeset for help on using the changeset viewer.