Changeset 7240


Ignore:
Timestamp:
12/20/21 11:10:08 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • revert version number
  • add maven deploy plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUServer/trunk/pom.xml

    r7230 r7240  
    55    <groupId>eu.clarin.sru</groupId>
    66    <artifactId>sru-server</artifactId>
    7     <version>1.10.0-SNAPSHOT</version>
     7    <version>1.9.0-SNAPSHOT</version>
    88    <packaging>jar</packaging>
    99    <name>SRU/CQL Server</name>
     
    8989                </executions>
    9090            </plugin>
     91
     92            <plugin>
     93                <groupId>org.apache.maven.plugins</groupId>
     94                <artifactId>maven-deploy-plugin</artifactId>
     95                <version>2.8.2</version>
     96            </plugin>
    9197        </plugins>
    9298    </build>
Note: See TracChangeset for help on using the changeset viewer.