Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyim committed Dec 16, 2014
1 parent 9687320 commit 4d596b1
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 75 deletions.
7 changes: 4 additions & 3 deletions webofneeds/pom.xml
Expand Up @@ -17,12 +17,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<name>Web of Needs Main</name>
<scm>
<developerConnection>scm:git:ssh://git@github.com/researchstudio-sat/webofneeds.git</developerConnection>
</scm>
<tag>1.0</tag>
</scm>
<modules>
<module>won-core</module>
<module>won-node-webapp</module>
Expand Down Expand Up @@ -951,7 +952,7 @@
<repository>
<id>sat-maven-repository</id>
<name>satsrv03-releases</name>
<url>>http://satsrv03:8080/artifactory/libs-release-local</url>
<url>&gt;http://satsrv03:8080/artifactory/libs-release-local</url>
</repository>
</distributionManagement>

Expand Down
7 changes: 3 additions & 4 deletions webofneeds/won-bot/pom.xml
@@ -1,16 +1,15 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<groupId>webofneeds</groupId>
<artifactId>won-bot</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Bot</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-core/pom.xml
Expand Up @@ -15,17 +15,15 @@
~ limitations under the License.
-->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>won-core</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Core</name>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-cryptography/pom.xml
@@ -1,17 +1,15 @@
<?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">

<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>won-cryptography</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Cryptography</name>

<repositories>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-facets/pom.xml
@@ -1,17 +1,15 @@
<?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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>won-facets</artifactId>
<name>Facet Modules</name>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<modules>
<module>won-facets-tx</module>
</modules>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-facets/won-facets-tx/pom.xml
@@ -1,16 +1,14 @@
<?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">
<parent>
<artifactId>won-facets</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>won-facets-tx</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Facets: Transactions</name>
<description>WoN facets for WS-TX inspired protocols</description>

Expand Down
6 changes: 2 additions & 4 deletions webofneeds/won-matcher-solr/pom.xml
@@ -1,11 +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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
5 changes: 2 additions & 3 deletions webofneeds/won-matcher-webapp/pom.xml
Expand Up @@ -14,8 +14,7 @@
~ limitations under the License.
-->

<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>webofneeds</groupId>
<artifactId>won-matcher-webapp</artifactId>
Expand All @@ -25,7 +24,7 @@
<parent>
<groupId>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-matcher/pom.xml
@@ -1,17 +1,15 @@
<?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>

<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>won-matcher</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Matcher Client</name>

<properties>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-node-webapp/pom.xml
@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<groupId>webofneeds</groupId>
<artifactId>won-node-webapp</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>war</packaging>
<name>Node Webapp</name>
<url>http://www.springframework.org/spring-ws</url>
Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-node/pom.xml
@@ -1,18 +1,16 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>webofneeds</groupId>
<artifactId>webofneeds</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>

<groupId>webofneeds</groupId>
<artifactId>won-node</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<name>Node</name>
<url>http://maven.apache.org</url>

Expand Down
6 changes: 2 additions & 4 deletions webofneeds/won-ontology-validator/pom.xml
Expand Up @@ -15,13 +15,11 @@
~ limitations under the License.
-->

<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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<relativePath>../../webofneeds/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 2 additions & 4 deletions webofneeds/won-owner-webapp/pom.xml
@@ -1,11 +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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<packaging>war</packaging>
<name>Owner Webapp</name>
Expand Down
6 changes: 2 additions & 4 deletions webofneeds/won-owner/pom.xml
@@ -1,11 +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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-utils/pom.xml
@@ -1,17 +1,15 @@
<?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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>webofneeds</groupId>
<name>Utilities</name>
<artifactId>won-utils</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<modules>
<module>won-utils-import</module>
</modules>
Expand Down
6 changes: 2 additions & 4 deletions webofneeds/won-utils/won-utils-import/pom.xml
@@ -1,11 +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">
<parent>
<artifactId>won-utils</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 3 additions & 5 deletions webofneeds/won-vocab/pom.xml
Expand Up @@ -15,19 +15,17 @@
~ limitations under the License.
-->

<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">
<parent>
<artifactId>webofneeds</artifactId>
<groupId>webofneeds</groupId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>webofneeds</groupId>
<name>Vocabulary</name>
<artifactId>won-vocab</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

</project>

0 comments on commit 4d596b1

Please sign in to comment.