Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
a60ac757
Commit
a60ac757
authored
Aug 19, 2010
by
Christophe Demarey
Browse files
[maven-release-plugin] prepare release frascati/frascati-1.3
parent
f89dfc60
Changes
123
Hide whitespace changes
Inline
Side-by-side
assembly-factory/pom.xml
View file @
a60ac757
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-modules
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<!-- ========== -->
...
...
assembly-factory/tools/pom.xml
View file @
a60ac757
...
...
@@ -31,13 +31,13 @@
<parent>
<artifactId>
parent
</artifactId>
<groupId>
org.ow2.frascati.factory
</groupId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-factory-tools
</artifactId>
<name>
OW2 FraSCAti Assembly Factory: Tools Module
</name>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
<url>
http://frascati.ow2.org
</url>
<packaging>
jar
</packaging>
...
...
examples/availability-intent/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: Availability Intent
*
* Copyright (C) 2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<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>
org.ow2.frascati.examples
</groupId>
<artifactId>
frascati-availability-intent
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Availability Intent
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<properties>
<composite.file>
availability
</composite.file>
</properties>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: Availability Intent
*
* Copyright (C) 2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Philippe Merle
*
* Contributor(s):
-->
<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>
org.ow2.frascati.examples
</groupId>
<artifactId>
frascati-availability-intent
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Availability Intent
</name>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<properties>
<composite.file>
availability
</composite.file>
</properties>
<dependencies>
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
examples/bpel-parent/pom.xml
View file @
a60ac757
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/calculator/client/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/calculator/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/calculator/server/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
calculator-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/callback/pom.xml
View file @
a60ac757
...
...
@@ -25,15 +25,13 @@
* Contributor(s): Philippe Merle
*
-->
<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>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/chat/client/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/chat/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<dependencies>
...
...
examples/chat/server/pom.xml
View file @
a60ac757
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
chat-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/comanche/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: Comanche Application
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Nicolas Pessemier
*
* Contributor(s): Damien Fournier
* Pierre Carton
* Nicolas Dolet
-->
<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>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
comanche
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Comanche Application
</name>
<properties>
<composite.file>
comanche
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<dependencies>
<dependency>
<groupId>
org.eclipse.stp.sca.osoa.java
</groupId>
<artifactId>
osoa-java-api
</artifactId>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: Comanche Application
*
* Copyright (c) 2009-2010 INRIA, University of Lille 1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Contact: frascati@ow2.org
*
* Author: Nicolas Pessemier
*
* Contributor(s): Damien Fournier
* Pierre Carton
* Nicolas Dolet
-->
<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>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
comanche
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: Comanche Application
</name>
<properties>
<composite.file>
comanche
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<dependencies>
<dependency>
<groupId>
org.eclipse.stp.sca.osoa.java
</groupId>
<artifactId>
osoa-java-api
</artifactId>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
examples/counter-rest/client/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/counter-rest/contribution/pom.xml
View file @
a60ac757
...
...
@@ -25,8 +25,7 @@
* Contributor(s): Philippe Merle, Nicolas Dolet
-->
<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>
org.ow2.frascati.examples
</groupId>
...
...
@@ -34,7 +33,7 @@
<packaging>
pom
</packaging>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
<name>
OW2 FraSCAti Examples: RESTful Counter Contribution package
</name>
<build>
...
...
examples/counter-rest/pom.xml
View file @
a60ac757
...
...
@@ -37,7 +37,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/counter-rest/server-explorer-war/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application with FraSCAti Explorer
</name>
...
...
examples/counter-rest/server-war/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<name>
OW2 FraSCAti Examples: RESTful Counter Web Application
</name>
...
...
examples/counter-rest/server/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
counter-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/crisis/pom.xml
View file @
a60ac757
...
...
@@ -30,7 +30,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
bpel-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
@@ -43,7 +43,7 @@
<composite.file>
Crisis
</composite.file>
<service.name>
runnable
</service.name>
<method.name>
run
</method.name>
<method.params/>
<method.params
/>
</properties>
<dependencies>
...
...
examples/dictionary/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
ws-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment