[maven-release-plugin] prepare for next development iteration
[platform/upstream/libphonenumber.git] / debian / maven.rules
1 # Maven rules - transform Maven dependencies and plugins
2 # Format of this file is:
3 # [group] [artifact] [type] [version] [classifier] [scope]
4 # where each element can be either
5 # - the exact string, for example org.apache for the group, or 3.1
6 #   for the version. In this case, the element is simply matched
7 #   and left as it is
8 # - * (the star character, alone). In this case, anything will
9 #   match and be left as it is. For example, using * on the
10 #  position of the artifact field will match any artifact id
11 # - a regular expression of the form s/match/replace/
12 #   in this case, elements that match are transformed using
13 #   the regex rule.
14 # All elements much match before a rule can be applied
15 # Example rule: match jar with groupid= junit, artifactid= junit
16 # and version starting with 3., replacing the version with 3.x
17 #   junit junit jar s/3\..*/3.x/
18
19 com.google.i18n.phonenumbers data-tools jar s/1\..*/1.x/ * *
20 com.google.i18n.phonenumbers libphonenumber-build-parent pom s/1\..*/1.x/ * *
21 com.google.i18n.phonenumbers tools pom s/1\..*/1.x/ * *
22 com.google.i18n.phonenumbers.tools common-build jar s/1\..*/1.x/ * *
23 com.google.i18n.phonenumbers.tools cpp-build jar s/1\..*/1.x/ * *
24 com.google.i18n.phonenumbers.tools java-build jar s/1\..*/1.x/ * *
25 com.googlecode.libphonenumber carrier jar s/1\..*/1.x/ * *
26 com.googlecode.libphonenumber geocoder jar s/2\..*/2.x/ * *
27 com.googlecode.libphonenumber libphonenumber-parent pom s/6\..*/6.x/ * *
28 com.googlecode.libphonenumber libphonenumber jar s/6\..*/6.x/ * *
29 com.googlecode.libphonenumber prefixmapper jar s/2\..*/2.x/ * *
30 junit junit jar s/4\..*/4.x/ * *
31 s/org.apache.tomcat/javax.servlet/ servlet-api jar s/.*/2.5/ * *