Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
frascati
frascati
Commits
08e7bed3
Commit
08e7bed3
authored
Nov 19, 2010
by
Philippe Merle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved Maven version from 1.3 to 1.4-SNAPSHOT.
parent
8a9c4baa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
examples/helloworld-upnp/client/pom.xml
examples/helloworld-upnp/client/pom.xml
+1
-1
examples/helloworld-upnp/pom.xml
examples/helloworld-upnp/pom.xml
+2
-2
examples/helloworld-upnp/server/pom.xml
examples/helloworld-upnp/server/pom.xml
+1
-1
No files found.
examples/helloworld-upnp/client/pom.xml
View file @
08e7bed3
...
...
@@ -38,7 +38,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-upnp-parent
</artifactId>
<version>
1.
3
</version>
<version>
1.
4-SNAPSHOT
</version>
</parent>
<properties>
...
...
examples/helloworld-upnp/pom.xml
View file @
08e7bed3
...
...
@@ -38,11 +38,11 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.
3
</version>
<version>
1.
4-SNAPSHOT
</version>
</parent>
<properties>
<
logging.conf.file>
../../logging.properties
</logging.conf.file
>
<
config.directory>
../..
</config.directory
>
</properties>
<dependencies>
...
...
examples/helloworld-upnp/server/pom.xml
View file @
08e7bed3
...
...
@@ -40,7 +40,7 @@
<parent>
<groupId>
org.ow2.frascati.examples
</groupId>
<artifactId>
helloworld-upnp-parent
</artifactId>
<version>
1.
3
</version>
<version>
1.
4-SNAPSHOT
</version>
</parent>
<properties>
...
...
Write
Preview
Markdown
is supported
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