Skip to content

Commit 4279f90

Browse files
committed
Preparing for 0.11.4
1 parent 238421d commit 4279f90

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

simple-jndi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>simple-jndi</artifactId>
77
<name>simple-jndi</name>
8-
<version>0.11.3</version>
8+
<version>0.11.4</version>
99
<organization>
1010
<name>OSJava</name>
1111
</organization>
@@ -22,8 +22,7 @@
2222
<connection>scm:svn:http://osjava.googlecode.com/svn/trunk/simple-jndi</connection>
2323
</scm>
2424
<issueManagement>
25-
<system>jira</system>
26-
<url>http://issues.osjava.org/jira/browse/SJN</url>
25+
<url>http://code.google.com/p/osjava/issues/list</url>
2726
</issueManagement>
2827

2928
<mailingLists>

simple-jndi/project.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>simple-jndi</artifactId>
88
<name>simple-jndi</name>
99
<groupId>simple-jndi</groupId>
10-
<currentVersion>0.11.3</currentVersion>
10+
<currentVersion>0.11.4</currentVersion>
1111
<organization>
1212
<name>OSJava</name>
1313
<url>http://www.osjava.org/</url>
@@ -22,14 +22,14 @@
2222
</description>
2323

2424
<repository>
25-
<connection>scm:svn:http://svn.osjava.org/svn/osjava/trunk/simple-jndi</connection>
26-
<url>http://svn.osjava.org/svn/osjava/trunk/simple-jndi</url>
25+
<connection>scm:svn:http://osjava.googlecode.com/svn/trunk/simple-jndi</connection>
26+
<url>http://code.google.com/p/osjava/source/checkout</url>
2727
</repository>
2828

2929
<shortDescription>A JNDI implementation using .properties</shortDescription>
3030

3131
<url>http://www.osjava.org/simple-jndi/</url>
32-
<issueTrackingUrl>http://issues.osjava.org/jira/browse/SJN</issueTrackingUrl>
32+
<issueTrackingUrl>http://code.google.com/p/osjava/issues/list</issueTrackingUrl>
3333
<siteAddress>dist.osjava.org/maven/simple-jndi</siteAddress>
3434
<siteDirectory>/sites/org/osjava/www/maven/genjava/simple-jndi/</siteDirectory>
3535
<distributionDirectory>/sites/org/osjava/www/maven/builds/</distributionDirectory>

0 commit comments

Comments
 (0)