Skip to content
GitLab
Menu
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
examples/echo-bpel/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>
...
...
examples/examples-native/helloworld-binding-jna/pom.xml
View file @
a60ac757
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati.examples.native
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<artifactId>
helloworld-binding-jna
</artifactId>
...
...
examples/examples-native/helloworld-binding-native/pom.xml
View file @
a60ac757
...
...
@@ -35,7 +35,7 @@
<parent>
<groupId>
org.ow2.frascati.examples.native
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<artifactId>
helloworld-native
</artifactId>
...
...
examples/examples-native/pom.xml
View file @
a60ac757
...
...
@@ -35,7 +35,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.native
</groupId>
...
...
examples/factorial-bpel/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>
...
...
@@ -41,9 +41,9 @@
<properties>
<composite.file>
factorial
</composite.file>
<service.name/>
<method.name/>
<method.params/>
<service.name
/>
<method.name
/>
<method.params
/>
</properties>
<dependencies>
...
...
examples/frascati-test/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,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.test
</groupId>
...
...
examples/helloworld-annotated/pom.xml
View file @
a60ac757
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-fractal/pom.xml
View file @
a60ac757
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Fractal
*
* 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: 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>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3-SNAPSHOT
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-fractal
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Fractal
</name>
<properties>
<composite.file>
helloworld-fractal
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<!-- ===== -->
<!-- Build -->
<!-- ===== -->
<build>
</build>
<!-- ============= -->
<!-- Dependencies -->
<!-- ============= -->
<dependencies>
<!-- OW2 FraSCAti Fractal Implementation. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-fractal
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Implementation of Fractal components. -->
<dependency>
<groupId>
org.objectweb.fractal.fractaladl.examples
</groupId>
<artifactId>
helloworld
</artifactId>
<version>
${fractal-adl.version}
</version>
</dependency>
<!-- ===== -->
<!-- Tests -->
<!-- ===== -->
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
</project>
<?xml version="1.0"?>
<!--
* OW2 FraSCAti Examples: HelloWorld Fractal
*
* 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: 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>
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-fractal
</artifactId>
<packaging>
jar
</packaging>
<name>
OW2 FraSCAti Examples: HelloWorld Fractal
</name>
<properties>
<composite.file>
helloworld-fractal
</composite.file>
<service.name>
r
</service.name>
<method.name>
run
</method.name>
</properties>
<!-- ===== -->
<!-- Build -->
<!-- ===== -->
<build>
</build>
<!-- ============= -->
<!-- Dependencies -->
<!-- ============= -->
<dependencies>
<!-- OW2 FraSCAti Fractal Implementation. -->
<dependency>
<groupId>
org.ow2.frascati
</groupId>
<artifactId>
frascati-implementation-fractal
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Implementation of Fractal components. -->
<dependency>
<groupId>
org.objectweb.fractal.fractaladl.examples
</groupId>
<artifactId>
helloworld
</artifactId>
<version>
${fractal-adl.version}
</version>
</dependency>
<!-- ===== -->
<!-- Tests -->
<!-- ===== -->
<dependency>
<groupId>
org.ow2.frascati.examples.test
</groupId>
<artifactId>
frascati-test
</artifactId>
<version>
${project.version}
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
<!-- ============= -->
<!-- Repositories -->
<!-- ============= -->
<repositories>
</repositories>
</project>
examples/helloworld-jsonrpc/client/pom.xml
View file @
a60ac757
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-jsonrpc-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-jsonrpc/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>
<properties>
...
...
examples/helloworld-jsonrpc/server/pom.xml
View file @
a60ac757
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-jsonrpc-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
examples/helloworld-osgi/bundles/api/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-bundles-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/bundles/client/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-bundles-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/bundles/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/bundles/server/pom.xml
View file @
a60ac757
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-bundles-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/equinox/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/felix/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-osgi/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,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/helloworld-osgi/sca/pom.xml
View file @
a60ac757
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-osgi-parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<groupId>
org.ow2.frascati.examples
</groupId>
...
...
examples/helloworld-pojo/pom.xml
View file @
a60ac757
...
...
@@ -36,7 +36,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.3
-SNAPSHOT
</version>
<version>
1.3
</version>
</parent>
<properties>
...
...
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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