Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xsams-parent-12.07r2
Browse files Browse the repository at this point in the history
  • Loading branch information
misdoro committed Oct 28, 2015
1 parent 1ec755e commit 9d84075
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2-SNAPSHOT</version>
<version>12.07r2</version>
<packaging>pom</packaging>

<name>Parent project for all XSAMS JAXB mappings classes and utilities</name>
Expand Down
7 changes: 3 additions & 4 deletions xsams-extra/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2-SNAPSHOT</version>
<version>12.07r2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,7 +24,7 @@
<dependency>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams</artifactId>
<version>${xsams.project.version}</version>
<version>1.0r2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
7 changes: 3 additions & 4 deletions xsams-io/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2-SNAPSHOT</version>
<version>12.07r2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +23,7 @@
<dependency>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams</artifactId>
<version>${xsams.project.version}</version>
<version>1.0r2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions xsams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2-SNAPSHOT</version>
<version>12.07r2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>xsams</artifactId>
<version>${xsams.project.version}</version>
<version>1.0r2</version>
<packaging>jar</packaging>

<name>xsams</name>
Expand Down

0 comments on commit 9d84075

Please sign in to comment.