diff --git a/TODO b/TODO
deleted file mode 100644
index 43167c610..000000000
--- a/TODO
+++ /dev/null
@@ -1,31 +0,0 @@
-Here is a brief list of things that still need to be done.
-
-API:
- - Reorganize the package layout to be more modular.
- - Support multiple active wallets.
-
-Protocol:
- - Start up faster
- - Store a block locator in the persisted chain
- - Use the getheaders command to speed up the initial chain download
- - Implement tx fees.
- - Longer term potentially add a getmerklebranch protocol command so we can check 0-confirmation transactions.
-
-Examples/documentation:
- - Implement a simple Swing GUI payment app.
-
-Cleanup:
- - Find a way to avoid some horrid hacks when shutting down the network connection.
- - Implement a BitCoin class that encapsulates a BigInteger and formatting.
- - Make NetworkParameters use subclasses instead of static methods to construct.
-
-==========
-
-Impacts from Steves changes:
-- LazyParseByteCacheTest:
- - some redundant asserts
- - huge functions
-
-- Delete the code related to deduping. The new network management code to be checked in later makes it unnecessary.
- Also remove singleDigest as a result (it duplicates Sha256Hash).
-- More thoroughly review UnsafeByteArrayOutputStream
diff --git a/pom.xml b/pom.xml
index 3ebf68af6..3dca4791c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google
bitcoinj
- 0.4-SNAPSHOT
+ 0.4
BitCoinJ
A Java implementation of a Bitcoin client-only node
http://code.google.com/p/bitcoinj
@@ -32,10 +32,6 @@
Miron Cuperman
miron@google.com
-
- Xiaofeng Guo
- xiaofengguo@google.com
-
@@ -77,6 +73,18 @@
Steve Coughlan
shadders.del@gmail.com
+
+ Roman Mandeleil
+ roman.mandeleil@gmail.com
+
+
+ Chris Rico
+ chrisrico@gmail.com
+
+
+ Vasile Rotaru
+ vrotaru.md@gmail.com
+
@@ -92,7 +100,7 @@
- http://bitcoinj.googlecode.com/svn/trunk/
+ http://code.google.com/p/bitcoinj/source/checkout
@@ -262,6 +270,22 @@
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.1.2
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
+