Skip to content

Commit

Permalink
Release:prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonandersson committed Oct 17, 2016
1 parent f9b6836 commit 0bbb831
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions api-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sdp-api-client</artifactId>
<name>SDP Shared - API Client</name>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>no.digipost</groupId>
<artifactId>sdp-shared</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions api-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sdp-api-commons</artifactId>
<name>SDP Shared - API Commons</name>
Expand All @@ -9,7 +8,7 @@
<parent>
<groupId>no.digipost</groupId>
<artifactId>sdp-shared</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<dependencies>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-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>

<artifactId>sdp-shared</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>SDP Shared</name>
<description>Delt kode for Sikker Digital Post</description>
Expand All @@ -13,7 +12,7 @@
<groupId>no.digipost</groupId>
<artifactId>digipost-open-super-pom</artifactId>
<version>1</version>
<relativePath/>
<relativePath />
</parent>

<modules>
Expand All @@ -39,7 +38,7 @@
<scm>
<connection>scm:git:[email protected]:digipost/sdp-shared.git</connection>
<developerConnection>scm:git:[email protected]:digipost/sdp-shared.git</developerConnection>
<tag>HEAD</tag>
<tag>1.2.1</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion xsd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>no.digipost</groupId>
<artifactId>sdp-shared</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>


Expand Down

0 comments on commit 0bbb831

Please sign in to comment.