Skip to content

Commit 2b44dbc

Browse files
preparing for release
1 parent e481d3e commit 2b44dbc

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.woehlke</groupId>
55
<artifactId>beachbox</artifactId>
66
<packaging>war</packaging>
7-
<version>1.0.0</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
<name>BeachBox</name>
99
<url>http://www.thomas-woehlke.de/p/beachbox</url>
1010
<properties>
@@ -323,17 +323,16 @@
323323
</dependencies>
324324
<organization>
325325
<name>Thomas Woehlke</name>
326-
<url>https://github.com/phasenraum2010/simpleworklist</url>
326+
<url>https://github.com/phasenraum2010/beachbox</url>
327327
</organization>
328328
<inceptionYear>2012</inceptionYear>
329329
<scm>
330330
<url>https://github.com/phasenraum2010/simpleworklist.git</url>
331-
<connection>scm:git:https://github.com/phasenraum2010/simpleworklist.git</connection>
332-
<developerConnection>scm:git:https://github.com/phasenraum2010/simpleworklist.git</developerConnection>
333-
<tag>beachbox-1.0.0</tag>
334-
</scm>
331+
<connection>scm:git:https://github.com/phasenraum2010/beachbox.git</connection>
332+
<developerConnection>scm:git:https://github.com/phasenraum2010/beachbox.git</developerConnection>
333+
</scm>
335334
<issueManagement>
336-
<url>https://github.com/phasenraum2010/simpleworklist/issues</url>
335+
<url>https://github.com/phasenraum2010/beachbox/issues</url>
337336
<system>GitHub Issues</system>
338337
</issueManagement>
339338
<distributionManagement>
@@ -342,15 +341,15 @@
342341
<snapshotRepository> <id>nexus</id> <name>Nexus Service on Developer Machine</name>
343342
<url>http://localhost:8081/nexus/content/groups/public/</url> </snapshotRepository> -->
344343
<site>
345-
<id>simpleworklist.shadowfax.fritz.box</id>
346-
<url>file:///opt/local/apache2/htdocs/p/simpleworklist</url>
344+
<id>beachbox.shadowfax.fritz.box</id>
345+
<url>file:///opt/local/apache2/htdocs/p/beachbox</url>
347346
</site>
348347
</distributionManagement>
349348
<developers>
350349
<developer>
351350
<name>Thomas Wöhlke</name>
352351
<email>thomas@woehlke.org</email>
353-
<url>https://github.com/phasenraum2010/simpleworklist</url>
352+
<url>https://github.com/phasenraum2010/beachbox</url>
354353
</developer>
355354
</developers>
356355

0 commit comments

Comments
 (0)