Skip to content

Commit

Permalink
[maven-release-plugin] prepare release redbox-1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Nov 30, 2016
1 parent 0454617 commit b1217e3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
7 changes: 3 additions & 4 deletions config/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/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>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-config</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<properties>
<groovy.version>2.4.5</groovy.version>
<spock.version>0.7-groovy-2.0</spock.version>
Expand Down Expand Up @@ -69,7 +68,7 @@
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>pom</packaging>
<name>ReDBox - Project</name>
<parent>
Expand Down
4 changes: 2 additions & 2 deletions plugins/transaction/curation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-redbox</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<name>ReDBox - Plugin - Transaction - Curation</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion plugins/transformer/vital-fedora2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-vital-transformer-fedora2</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<name>ReDBox - VITAL Transformer - Fedora 2.x</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/transformer/vital-fedora3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-vital-transformer-fedora3</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<name>ReDBox - VITAL Transformer - Fedora 3.x</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
5 changes: 2 additions & 3 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/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>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>pom</packaging>
<name>ReDBox</name>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion secure-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-secure-api</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>jar</packaging>
<name>ReDBox - Secure API</name>
<parent>
Expand Down

0 comments on commit b1217e3

Please sign in to comment.